#45AAA6

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

Shades of Cadet Blue #45AAA6

Tints of Cadet Blue #45AAA6

Color information

#45AAA6 (or 0x45AAA6) is unknown color: approx Cadet Blue. HEX triplet: 45, AA and A6. RGB value is (69,170,166). Sum of RGB (Red+Green+Blue) = 69+170+166=405 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.04% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #45AAA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AAA6 is #BA5559. Grayscale: #8B8B8B. Windows color (decimal): -12211546 or 10922565. OLE color: 10922565.

HSL color Cylindrical-coordinate representation of color #45AAA6: hue angle of 177.62º 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 #45AAA6 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB69170166-
CMYK0.5900.020.33
HSL177.62º42.26%46.86%-
HSV(B)177.62º59.41%66.67%-
XYZ23.7132.7741.15-
YUV139.34143.0477.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.04%
GREEN value IS 170 (66.80% from 255) = 41.98%
BLUE value IS 166 (65.23% from 255) = 40.99%
R=17.04%
G=41.98%
B=40.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691701660.5900.020.33177.6242.2646.86
Hex45AAA63B0221b22a2f
Octal1052522467302412625257
Binary1000101101010101010011011101101010000110110010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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