#4E9F96

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

Shades of Cadet Blue #4E9F96

Tints of Cadet Blue #4E9F96

Color information

#4E9F96 (or 0x4E9F96) is unknown color: approx Cadet Blue. HEX triplet: 4E, 9F and 96. RGB value is (78,159,150). Sum of RGB (Red+Green+Blue) = 78+159+150=387 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.16% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 159 - color contains mainly: green. Hex color #4E9F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9F96 is #B16069. Grayscale: #858585. Windows color (decimal): -11624554 or 9871182. OLE color: 9871182.

HSL color Cylindrical-coordinate representation of color #4E9F96: hue angle of 173.33º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E9F96 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB78159150-
CMYK0.5100.060.38
HSL173.33º34.18%46.47%-
HSV(B)173.33º50.94%62.35%-
XYZ21.0528.6233.27-
YUV133.76137.1688.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.16%
GREEN value IS 159 (62.5% from 255) = 41.09%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=20.16%
G=41.09%
B=38.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal781591500.5100.060.38173.3334.1846.47
Hex4E9F96330626ad222e
Octal1162372266306462554256
Binary10011101001111110010110110011011010011010101101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,159,150); }

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

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

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

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

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

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

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