#45A8AA

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

Shades of Cadet Blue #45A8AA

Tints of Cadet Blue #45A8AA

Color information

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

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

Color convert

RGB69168170-
CMYK0.590.0100.33
HSL181.19º42.26%46.86%-
HSV(B)181.19º59.41%66.67%-
XYZ23.7132.1742.99-
YUV138.63145.778.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691681700.590.0100.33181.1942.2646.86
Hex45A8AA3B1021b52a2f
Octal1052502527310412655257
Binary100010110101000101010101110111010000110110101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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