#42a6aa

Color #42A6AA Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #42A6AA

Tints of Cadet Blue #42A6AA

Color information

#42A6AA (or 0x42A6AA) is unknown color: approx 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

RGB66166170-
CMYK0.610.0200.33
HSL182.31º44.07%46.27%-
HSV(B)182.31º61.18%66.67%-
XYZ23.1431.3342.86-
YUV136.56146.8777.67-

RGB Variations

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

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.80% from 255) = 42.29%
R=16.42%
G=41.29%
B=42.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661661700.610.0200.33182.3144.0746.27
Hex42A6AA3D2021b62c2e
Octal1022462527520412665456
Binary1000010101001101010101011110110010000110110110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42a6aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>