#45A2A2

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

Shades of Cadet Blue #45A2A2

Tints of Cadet Blue #45A2A2

Color information

#45A2A2 (or 0x45A2A2) is unknown color: approx Cadet Blue. HEX triplet: 45, A2 and A2. RGB value is (69,162,162). Sum of RGB (Red+Green+Blue) = 69+162+162=393 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.56% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 162 (63.67% from 255 or 41.22% from 393); Max value from RGB is 162 - color contains mainly: green, blue. Hex color #45A2A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A2A2 is #BA5D5D. Grayscale: #868686. Windows color (decimal): -12213598 or 10658373. OLE color: 10658373.

HSL color Cylindrical-coordinate representation of color #45A2A2: hue angle of 180º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45A2A2 is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB69162162-
CMYK0.57000.36
HSL180º40.26%45.29%-
HSV(B)180º57.41%63.53%-
XYZ21.929.7138.76-
YUV134.19143.6981.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.56%
GREEN value IS 162 (63.67% from 255) = 41.22%
BLUE value IS 162 (63.67% from 255) = 41.22%
R=17.56%
G=41.22%
B=41.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal691621620.57000.3618040.2645.29
Hex45A2A2390024b4282d
Octal1052422427100442645055
Binary100010110100010101000101110010010010010110100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A2A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,162,162); }

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

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

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

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

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

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

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