Html Css Color HEX #42A6AA Cadet Blue

📋 copy color: '#42A6AA'

red 66 ◦ green 166 ◦ blue 170

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

Shades of Cadet Blue #42A6AA

Tints of Cadet Blue #42A6AA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.29%

 BLUE value IS 170 (66.8% from 255) = 42.29%

R = 16.42%
G = 41.29%
B = 42.29%

CMYK

 C value IS 0.61

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#42A6AA (or 0x42A6AA) is known color: Cadet Blue. HEX triplet: 42, A6 and AA. RGB value is (66,166,170). Sum of RGB (Red+Green+Blue) = 66+166+170=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #42A6AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A6AA is #BD5955. Grayscale: #888888. Windows color (decimal): -12409174 or 11183682. OLE color: 11183682.

HSL color Cylindrical-coordinate representation of color #42A6AA: hue angle of 182.31º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42A6AA is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 166 170 -
CMYK 0.61 0.02 0 0.33
HSL 182.31º 0.44% 0.46% -
HSV(B) 182.31º 0.61% 0.67% -
XYZ 23.14 31.33 42.86 -
YUV 136.56 146.87 77.67 -
System Red Green Blue C M Y K H S L
Decimal 66 166 170 0.61 0.02 0 0.33 182.31 0.44 0.46
Hex 42 A6 AA 3D 2 0 21 B6 2C 2E
Octal 102 246 252 75 2 0 41 266 54 56
Binary 1000010 10100110 10101010 111101 10 0 100001 10110110 101100 101110

Color Harmonies of #42A6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A6AA

Black with #42A6AA

Text Example


Text Example

White with #42A6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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