#42A5A6

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

Shades of Cadet Blue #42A5A6

Tints of Cadet Blue #42A5A6

Color information

#42A5A6 (or 0x42A5A6) is unknown color: approx Cadet Blue. HEX triplet: 42, A5 and A6. RGB value is (66,165,166). Sum of RGB (Red+Green+Blue) = 66+165+166=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 166 (65.23% from 255 or 41.81% from 397); Max value from RGB is 166 - color contains mainly: blue. Hex color #42A5A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A5A6 is #BD5A59. Grayscale: #878787. Windows color (decimal): -12409434 or 10921282. OLE color: 10921282.

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

Color convert

RGB66165166-
CMYK0.600.0100.35
HSL180.6º43.1%45.49%-
HSV(B)180.6º60.24%65.1%-
XYZ22.5830.8240.84-
YUV135.51145.278.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.62%
GREEN value IS 165 (64.84% from 255) = 41.56%
BLUE value IS 166 (65.23% from 255) = 41.81%
R=16.62%
G=41.56%
B=41.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661651660.600.0100.35180.643.145.49
Hex42A5A63C1023b52b2d
Octal1022452467410432655355
Binary100001010100101101001101111001010001110110101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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