#42A9AA

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

Shades of Cadet Blue #42A9AA

Tints of Cadet Blue #42A9AA

Color information

#42A9AA (or 0x42A9AA) is unknown color: approx Cadet Blue. HEX triplet: 42, A9 and AA. RGB value is (66,169,170). Sum of RGB (Red+Green+Blue) = 66+169+170=405 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.30% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #42A9AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A9AA is #BD5655. Grayscale: #8A8A8A. Windows color (decimal): -12408406 or 11184450. OLE color: 11184450.

HSL color Cylindrical-coordinate representation of color #42A9AA: hue angle of 180.58º 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 #42A9AA is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB66169170-
CMYK0.610.0100.33
HSL180.58º44.07%46.27%-
HSV(B)180.58º61.18%66.67%-
XYZ23.6932.4443.04-
YUV138.32145.8876.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.30%
GREEN value IS 169 (66.41% from 255) = 41.73%
BLUE value IS 170 (66.80% from 255) = 41.98%
R=16.30%
G=41.73%
B=41.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661691700.610.0100.33180.5844.0746.27
Hex42A9AA3D1021b52c2e
Octal1022512527510412655456
Binary100001010101001101010101111011010000110110101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #42A9AA;
 }
 .AnyTagClassName
 {
   color: #42A9AA;
 }
</style>
background-color css

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

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

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

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

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

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