#4EA2A2

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

Shades of Cadet Blue #4EA2A2

Tints of Cadet Blue #4EA2A2

Color information

#4EA2A2 (or 0x4EA2A2) is unknown color: approx Cadet Blue. HEX triplet: 4E, A2 and A2. RGB value is (78,162,162). Sum of RGB (Red+Green+Blue) = 78+162+162=402 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.40% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 162 - color contains mainly: green, blue. Hex color #4EA2A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA2A2 is #B15D5D. Grayscale: #888888. Windows color (decimal): -11623774 or 10658382. OLE color: 10658382.

HSL color Cylindrical-coordinate representation of color #4EA2A2: hue angle of 180º 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 #4EA2A2 is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB78162162-
CMYK0.52000.36
HSL180º35%47.06%-
HSV(B)180º51.85%63.53%-
XYZ22.5830.0738.8-
YUV136.88142.1786-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.40%
GREEN value IS 162 (63.67% from 255) = 40.30%
BLUE value IS 162 (63.67% from 255) = 40.30%
R=19.40%
G=40.30%
B=40.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal781621620.52000.361803547.06
Hex4EA2A2340024b4232f
Octal1162422426400442644357
Binary100111010100010101000101101000010010010110100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA2A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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