#45ABAD

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

Shades of Cadet Blue #45ABAD

Tints of Cadet Blue #45ABAD

Color information

#45ABAD (or 0x45ABAD) is unknown color: approx Cadet Blue. HEX triplet: 45, AB and AD. RGB value is (69,171,173). Sum of RGB (Red+Green+Blue) = 69+171+173=413 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.71% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #45ABAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45ABAD is #BA5452. Grayscale: #8C8C8C. Windows color (decimal): -12211283 or 11381573. OLE color: 11381573.

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

Color convert

RGB69171173-
CMYK0.600.0100.32
HSL181.15º42.98%47.45%-
HSV(B)181.15º60.12%67.84%-
XYZ24.5633.4144.69-
YUV140.73146.2176.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.71%
GREEN value IS 171 (67.19% from 255) = 41.40%
BLUE value IS 173 (67.97% from 255) = 41.89%
R=16.71%
G=41.40%
B=41.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal691711730.600.0100.32181.1542.9847.45
Hex45ABAD3C1020b52b2f
Octal1052532557410402655357
Binary100010110101011101011011111001010000010110101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,171,173); }

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

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

 a { background-color: rgb(69,171,173); }

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

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

 span { border-color: rgb(69,171,173); }

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