#4EA6AB

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

Shades of Cadet Blue #4EA6AB

Tints of Cadet Blue #4EA6AB

Color information

#4EA6AB (or 0x4EA6AB) is unknown color: approx Cadet Blue. HEX triplet: 4E, A6 and AB. RGB value is (78,166,171). Sum of RGB (Red+Green+Blue) = 78+166+171=415 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.80% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #4EA6AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA6AB is #B15954. Grayscale: #8C8C8C. Windows color (decimal): -11622741 or 11249230. OLE color: 11249230.

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

Color convert

RGB78166171-
CMYK0.540.0300.33
HSL183.23º37.35%48.82%-
HSV(B)183.23º54.39%67.06%-
XYZ24.1331.8343.4-
YUV140.26145.3583.59-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.80%
GREEN value IS 166 (65.23% from 255) = 40%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=18.80%
G=40%
B=41.20%

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
Decimal781661710.540.0300.33183.2337.3548.82
Hex4EA6AB363021b72531
Octal1162462536630412674561
Binary1001110101001101010101111011011010000110110111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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