#4EA5AA

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

Shades of Cadet Blue #4EA5AA

Tints of Cadet Blue #4EA5AA

Color information

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

HSL color Cylindrical-coordinate representation of color #4EA5AA: hue angle of 183.26º 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 #4EA5AA is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB78165170-
CMYK0.540.0300.33
HSL183.26º37.1%48.63%-
HSV(B)183.26º54.12%66.67%-
XYZ23.8531.4342.84-
YUV139.56145.1884.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781651700.540.0300.33183.2637.148.63
Hex4EA5AA363021b72531
Octal1162452526630412674561
Binary1001110101001011010101011011011010000110110111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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