#42a8ac

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

Shades of Cadet Blue #42A8AC

Tints of Cadet Blue #42A8AC

Color information

#42A8AC (or 0x42A8AC) is unknown color: approx Cadet Blue. HEX triplet: 42, A8 and AC. RGB value is (66,168,172). Sum of RGB (Red+Green+Blue) = 66+168+172=406 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.26% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #42A8AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A8AC is #BD5753. Grayscale: #898989. Windows color (decimal): -12408660 or 11315266. OLE color: 11315266.

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

Color convert

RGB66168172-
CMYK0.620.0200.33
HSL182.26º44.54%46.67%-
HSV(B)182.26º61.63%67.45%-
XYZ23.732.1443.98-
YUV137.96147.2176.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.26%
GREEN value IS 168 (66.02% from 255) = 41.38%
BLUE value IS 172 (67.58% from 255) = 42.36%
R=16.26%
G=41.38%
B=42.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661681720.620.0200.33182.2644.5446.67
Hex42A8AC3E2021b62d2f
Octal1022502547620412665557
Binary1000010101010001010110011111010010000110110110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42a8ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,168,172); }

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

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

 a { background-color: rgb(66,168,172); }

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

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

 span { border-color: rgb(66,168,172); }

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