#45AAA8

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

Shades of Cadet Blue #45AAA8

Tints of Cadet Blue #45AAA8

Color information

#45AAA8 (or 0x45AAA8) is unknown color: approx Cadet Blue. HEX triplet: 45, AA and A8. RGB value is (69,170,168). Sum of RGB (Red+Green+Blue) = 69+170+168=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #45AAA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AAA8 is #BA5557. Grayscale: #8B8B8B. Windows color (decimal): -12211544 or 11053637. OLE color: 11053637.

HSL color Cylindrical-coordinate representation of color #45AAA8: hue angle of 178.81º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45AAA8 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB69170168-
CMYK0.5900.010.33
HSL178.81º42.26%46.86%-
HSV(B)178.81º59.41%66.67%-
XYZ23.932.8442.13-
YUV139.57144.0477.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.95%
GREEN value IS 170 (66.80% from 255) = 41.77%
BLUE value IS 168 (66.02% from 255) = 41.28%
R=16.95%
G=41.77%
B=41.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691701680.5900.010.33178.8142.2646.86
Hex45AAA83B0121b32a2f
Octal1052522507301412635257
Binary100010110101010101010001110110110000110110011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45AAA8; }

 p { color: rgb(69,170,168); }

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

<style>
 a { background-color: #45AAA8; }

 a { background-color: rgb(69,170,168); }

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

<style>
 span { border-color: #45AAA8; }

 span { border-color: rgb(69,170,168); }

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