#4EAAA5

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

Shades of Cadet Blue #4EAAA5

Tints of Cadet Blue #4EAAA5

Color information

#4EAAA5 (or 0x4EAAA5) is unknown color: approx Cadet Blue. HEX triplet: 4E, AA and A5. RGB value is (78,170,165). Sum of RGB (Red+Green+Blue) = 78+170+165=413 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.89% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #4EAAA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAAA5 is #B1555A. Grayscale: #8D8D8D. Windows color (decimal): -11621723 or 10857038. OLE color: 10857038.

HSL color Cylindrical-coordinate representation of color #4EAAA5: hue angle of 176.74º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EAAA5 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB78170165-
CMYK0.5400.030.33
HSL176.74º37.1%48.63%-
HSV(B)176.74º54.12%66.67%-
XYZ24.3133.0940.7-
YUV141.92141.0282.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.89%
GREEN value IS 170 (66.80% from 255) = 41.16%
BLUE value IS 165 (64.84% from 255) = 39.95%
R=18.89%
G=41.16%
B=39.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781701650.5400.030.33176.7437.148.63
Hex4EAAA5360321b12531
Octal1162522456603412614561
Binary1001110101010101010010111011001110000110110001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EAAA5; }

 p { color: rgb(78,170,165); }

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

<style>
 a { background-color: #4EAAA5; }

 a { background-color: rgb(78,170,165); }

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

<style>
 span { border-color: #4EAAA5; }

 span { border-color: rgb(78,170,165); }

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