#4EA6AC

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

Shades of Cadet Blue #4EA6AC

Tints of Cadet Blue #4EA6AC

Color information

#4EA6AC (or 0x4EA6AC) is unknown color: approx Cadet Blue. HEX triplet: 4E, A6 and AC. RGB value is (78,166,172). Sum of RGB (Red+Green+Blue) = 78+166+172=416 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.75% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #4EA6AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA6AC is #B15953. Grayscale: #8C8C8C. Windows color (decimal): -11622740 or 11314766. OLE color: 11314766.

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

Color convert

RGB78166172-
CMYK0.550.0300.33
HSL183.83º37.6%49.02%-
HSV(B)183.83º54.65%67.45%-
XYZ24.2231.8743.9-
YUV140.37145.8583.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.75%
GREEN value IS 166 (65.23% from 255) = 39.90%
BLUE value IS 172 (67.58% from 255) = 41.35%
R=18.75%
G=39.90%
B=41.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781661720.550.0300.33183.8337.649.02
Hex4EA6AC373021b82631
Octal1162462546730412704661
Binary1001110101001101010110011011111010000110111000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,166,172); }

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

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

 a { background-color: rgb(78,166,172); }

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

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

 span { border-color: rgb(78,166,172); }

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