#42A7A6

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

Shades of Cadet Blue #42A7A6

Tints of Cadet Blue #42A7A6

Color information

#42A7A6 (or 0x42A7A6) is unknown color: approx Cadet Blue. HEX triplet: 42, A7 and A6. RGB value is (66,167,166). Sum of RGB (Red+Green+Blue) = 66+167+166=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 167 - color contains mainly: green. Hex color #42A7A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A7A6 is #BD5859. Grayscale: #888888. Windows color (decimal): -12408922 or 10921794. OLE color: 10921794.

HSL color Cylindrical-coordinate representation of color #42A7A6: hue angle of 179.41º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A7A6 is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB66167166-
CMYK0.6000.010.35
HSL179.41º43.35%45.69%-
HSV(B)179.41º60.48%65.49%-
XYZ22.9531.5540.96-
YUV136.69144.5477.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.54%
GREEN value IS 167 (65.62% from 255) = 41.85%
BLUE value IS 166 (65.23% from 255) = 41.60%
R=16.54%
G=41.85%
B=41.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661671660.6000.010.35179.4143.3545.69
Hex42A7A63C0123b32b2e
Octal1022472467401432635356
Binary100001010100111101001101111000110001110110011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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