#4EA2A1

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

Shades of Cadet Blue #4EA2A1

Tints of Cadet Blue #4EA2A1

Color information

#4EA2A1 (or 0x4EA2A1) is unknown color: approx Cadet Blue. HEX triplet: 4E, A2 and A1. RGB value is (78,162,161). Sum of RGB (Red+Green+Blue) = 78+162+161=401 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.45% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #4EA2A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA2A1 is #B15D5E. Grayscale: #888888. Windows color (decimal): -11623775 or 10592846. OLE color: 10592846.

HSL color Cylindrical-coordinate representation of color #4EA2A1: hue angle of 179.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA2A1 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB78162161-
CMYK0.5200.010.36
HSL179.29º35%47.06%-
HSV(B)179.29º51.85%63.53%-
XYZ22.530.0338.33-
YUV136.77141.6786.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.45%
GREEN value IS 162 (63.67% from 255) = 40.40%
BLUE value IS 161 (63.28% from 255) = 40.15%
R=19.45%
G=40.40%
B=40.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal781621610.5200.010.36179.293547.06
Hex4EA2A1340124b3232f
Octal1162422416401442634357
Binary100111010100010101000011101000110010010110011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,162,161); }

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

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

 a { background-color: rgb(78,162,161); }

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

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

 span { border-color: rgb(78,162,161); }

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