#45ACAD

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

Shades of Cadet Blue #45ACAD

Tints of Cadet Blue #45ACAD

Color information

#45ACAD (or 0x45ACAD) is unknown color: approx Cadet Blue. HEX triplet: 45, AC and AD. RGB value is (69,172,173). Sum of RGB (Red+Green+Blue) = 69+172+173=414 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.67% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #45ACAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45ACAD is #BA5352. Grayscale: #8D8D8D. Windows color (decimal): -12211027 or 11381829. OLE color: 11381829.

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

Color convert

RGB69172173-
CMYK0.600.0100.32
HSL180.58º42.98%47.45%-
HSV(B)180.58º60.12%67.84%-
XYZ24.7533.7944.75-
YUV141.32145.8876.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.67%
GREEN value IS 172 (67.58% from 255) = 41.55%
BLUE value IS 173 (67.97% from 255) = 41.79%
R=16.67%
G=41.55%
B=41.79%

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
Decimal691721730.600.0100.32180.5842.9847.45
Hex45ACAD3C1020b52b2f
Octal1052542557410402655357
Binary100010110101100101011011111001010000010110101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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