#45A6A7

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

Shades of Cadet Blue #45A6A7

Tints of Cadet Blue #45A6A7

Color information

#45A6A7 (or 0x45A6A7) is unknown color: approx Cadet Blue. HEX triplet: 45, A6 and A7. RGB value is (69,166,167). Sum of RGB (Red+Green+Blue) = 69+166+167=402 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.16% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 167 (65.62% from 255 or 41.54% from 402); Max value from RGB is 167 - color contains mainly: blue. Hex color #45A6A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A6A7 is #BA5958. Grayscale: #898989. Windows color (decimal): -12212569 or 10987077. OLE color: 10987077.

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

Color convert

RGB69166167-
CMYK0.590.0100.35
HSL180.61º41.53%46.27%-
HSV(B)180.61º58.68%65.49%-
XYZ23.0731.3341.39-
YUV137.11144.8679.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.16%
GREEN value IS 166 (65.23% from 255) = 41.29%
BLUE value IS 167 (65.62% from 255) = 41.54%
R=17.16%
G=41.29%
B=41.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal691661670.590.0100.35180.6141.5346.27
Hex45A6A73B1023b52a2e
Octal1052462477310432655256
Binary100010110100110101001111110111010001110110101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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