#45A7AA

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

Shades of Cadet Blue #45A7AA

Tints of Cadet Blue #45A7AA

Color information

#45A7AA (or 0x45A7AA) is unknown color: approx Cadet Blue. HEX triplet: 45, A7 and AA. RGB value is (69,167,170). Sum of RGB (Red+Green+Blue) = 69+167+170=406 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.00% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #45A7AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A7AA is #BA5855. Grayscale: #898989. Windows color (decimal): -12212310 or 11183941. OLE color: 11183941.

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

Color convert

RGB69167170-
CMYK0.590.0200.33
HSL181.78º42.26%46.86%-
HSV(B)181.78º59.41%66.67%-
XYZ23.5331.842.93-
YUV138.04146.0378.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.00%
GREEN value IS 167 (65.62% from 255) = 41.13%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=17.00%
G=41.13%
B=41.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691671700.590.0200.33181.7842.2646.86
Hex45A7AA3B2021b62a2f
Octal1052472527320412665257
Binary1000101101001111010101011101110010000110110110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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