#45A9A7

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

Shades of Cadet Blue #45A9A7

Tints of Cadet Blue #45A9A7

Color information

#45A9A7 (or 0x45A9A7) is unknown color: approx Cadet Blue. HEX triplet: 45, A9 and A7. RGB value is (69,169,167). Sum of RGB (Red+Green+Blue) = 69+169+167=405 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.04% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 167 (65.62% from 255 or 41.23% from 405); Max value from RGB is 169 - color contains mainly: green. Hex color #45A9A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A9A7 is #BA5658. Grayscale: #8A8A8A. Windows color (decimal): -12211801 or 10987845. OLE color: 10987845.

HSL color Cylindrical-coordinate representation of color #45A9A7: hue angle of 178.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45A9A7 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB69169167-
CMYK0.5900.010.34
HSL178.8º42.02%46.67%-
HSV(B)178.8º59.17%66.27%-
XYZ23.6232.4341.57-
YUV138.87143.8778.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.04%
GREEN value IS 169 (66.41% from 255) = 41.73%
BLUE value IS 167 (65.62% from 255) = 41.23%
R=17.04%
G=41.73%
B=41.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal691691670.5900.010.34178.842.0246.67
Hex45A9A73B0122b32a2f
Octal1052512477301422635257
Binary100010110101001101001111110110110001010110011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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