#4EA69C

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

Shades of Cadet Blue #4EA69C

Tints of Cadet Blue #4EA69C

Color information

#4EA69C (or 0x4EA69C) is unknown color: approx Cadet Blue. HEX triplet: 4E, A6 and 9C. RGB value is (78,166,156). Sum of RGB (Red+Green+Blue) = 78+166+156=400 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.5% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 166 - color contains mainly: green. Hex color #4EA69C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA69C is #B15963. Grayscale: #8A8A8A. Windows color (decimal): -11622756 or 10266190. OLE color: 10266190.

HSL color Cylindrical-coordinate representation of color #4EA69C: hue angle of 173.18º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4EA69C is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB78166156-
CMYK0.5300.060.35
HSL173.18º36.07%47.84%-
HSV(B)173.18º53.01%65.1%-
XYZ22.7831.2936.29-
YUV138.55137.8584.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.5%
GREEN value IS 166 (65.23% from 255) = 41.5%
BLUE value IS 156 (61.33% from 255) = 39%
R=19.5%
G=41.5%
B=39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal781661560.5300.060.35173.1836.0747.84
Hex4EA69C350623ad2430
Octal1162462346506432554460
Binary10011101010011010011100110101011010001110101101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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