#45A6AC

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

Shades of Cadet Blue #45A6AC

Tints of Cadet Blue #45A6AC

Color information

#45A6AC (or 0x45A6AC) is unknown color: approx Cadet Blue. HEX triplet: 45, A6 and AC. RGB value is (69,166,172). Sum of RGB (Red+Green+Blue) = 69+166+172=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #45A6AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A6AC is #BA5953. Grayscale: #898989. Windows color (decimal): -12212564 or 11314757. OLE color: 11314757.

HSL color Cylindrical-coordinate representation of color #45A6AC: hue angle of 183.5º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45A6AC is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB69166172-
CMYK0.600.0300.33
HSL183.5º42.74%47.25%-
HSV(B)183.5º59.88%67.45%-
XYZ23.5431.5243.87-
YUV137.68147.3679.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.95%
GREEN value IS 166 (65.23% from 255) = 40.79%
BLUE value IS 172 (67.58% from 255) = 42.26%
R=16.95%
G=40.79%
B=42.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691661720.600.0300.33183.542.7447.25
Hex45A6AC3C3021b72b2f
Octal1052462547430412675357
Binary1000101101001101010110011110011010000110110111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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