Html Css Color HEX #51ADC6 Viking

📋 copy color: '#51ADC6'

red 81 ◦ green 173 ◦ blue 198

#51ADC6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #51ADC6

Tints of Viking #51ADC6

RGB

 RED value IS 81 (32.03% from 255) = 17.92%

 GREEN value IS 173 (67.97% from 255) = 38.27%

 BLUE value IS 198 (77.73% from 255) = 43.81%

R = 17.92%
G = 38.27%
B = 43.81%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#51ADC6 (or 0x51ADC6) is known color: Viking. HEX triplet: 51, AD and C6. RGB value is (81,173,198). Sum of RGB (Red+Green+Blue) = 81+173+198=452 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.92% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 198 - color contains mainly: blue. Hex color #51ADC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADC6 is #AE5239. Grayscale: #949494. Windows color (decimal): -11424314 or 13020497. OLE color: 13020497.

HSL color Cylindrical-coordinate representation of color #51ADC6: hue angle of 192.82º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51ADC6 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 81 173 198 -
CMYK 0.59 0.13 0 0.22
HSL 192.82º 0.51% 0.55% -
HSV(B) 192.82º 0.59% 0.78% -
XYZ 28.53 35.71 58.82 -
YUV 148.34 156.02 79.97 -
System Red Green Blue C M Y K H S L
Decimal 81 173 198 0.59 0.13 0 0.22 192.82 0.51 0.55
Hex 51 AD C6 3B D 0 16 C1 33 37
Octal 121 255 306 73 15 0 26 301 63 67
Binary 1010001 10101101 11000110 111011 1101 0 10110 11000001 110011 110111

Color Harmonies of #51ADC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ADC6

Black with #51ADC6

Text Example


Text Example

White with #51ADC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51ADC6; }

 p { color: rgb(81,173,198); }

 H1.HeaderClassName
 {
   color: #51ADC6;
 }
 .AnyTagClassName
 {
   color: #51ADC6;
 }
</style>

background-color css

<style>
 a { background-color: #51ADC6; }

 a { background-color: rgb(81,173,198); }

 div.DivClassName
 {
   background-color: #51ADC6;
 }
 .BgClassName
 {
   background-color: #51ADC6;
 }
</style>

border-color css

<style>
 span { border-color: #51ADC6; }

 span { border-color: rgb(81,173,198); }

 td.TdClassName
 {
   border-color: #51ADC6;
 }
 .TagClassName
 {
   border-color: #51ADC6;
 }
</style>