Html Css Color HEX #42AAB6 Viking

📋 copy color: '#42AAB6'

red 66 ◦ green 170 ◦ blue 182

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

Shades of Viking #42AAB6

Tints of Viking #42AAB6

RGB

 RED value IS 66 (26.17% from 255) = 15.79%

 GREEN value IS 170 (66.8% from 255) = 40.67%

 BLUE value IS 182 (71.48% from 255) = 43.54%

R = 15.79%
G = 40.67%
B = 43.54%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#42AAB6 (or 0x42AAB6) is known color: Viking. HEX triplet: 42, AA and B6. RGB value is (66,170,182). Sum of RGB (Red+Green+Blue) = 66+170+182=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 182 - color contains mainly: blue. Hex color #42AAB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AAB6 is #BD5549. Grayscale: #8C8C8C. Windows color (decimal): -12408138 or 11971138. OLE color: 11971138.

HSL color Cylindrical-coordinate representation of color #42AAB6: hue angle of 186.21º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42AAB6 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 170 182 -
CMYK 0.64 0.07 0 0.29
HSL 186.21º 0.47% 0.49% -
HSV(B) 186.21º 0.64% 0.71% -
XYZ 25.06 33.29 49.36 -
YUV 140.27 151.54 75.02 -
System Red Green Blue C M Y K H S L
Decimal 66 170 182 0.64 0.07 0 0.29 186.21 0.47 0.49
Hex 42 AA B6 40 7 0 1D BA 2F 31
Octal 102 252 266 100 7 0 35 272 57 61
Binary 1000010 10101010 10110110 1000000 111 0 11101 10111010 101111 110001

Color Harmonies of #42AAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AAB6

Black with #42AAB6

Text Example


Text Example

White with #42AAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42AAB6; }

 p { color: rgb(66,170,182); }

 H1.HeaderClassName
 {
   color: #42AAB6;
 }
 .AnyTagClassName
 {
   color: #42AAB6;
 }
</style>

background-color css

<style>
 a { background-color: #42AAB6; }

 a { background-color: rgb(66,170,182); }

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

border-color css

<style>
 span { border-color: #42AAB6; }

 span { border-color: rgb(66,170,182); }

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