Html Css Color HEX #4E9F96 Cadet Blue

📋 copy color: '#4E9F96'

red 78 ◦ green 159 ◦ blue 150

#4E9F96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #4E9F96

Tints of Cadet Blue #4E9F96

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 value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#4E9F96 (or 0x4E9F96) is known color: 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

RGB 78 159 150 -
CMYK 0.51 0 0.06 0.38
HSL 173.33º 0.34% 0.46% -
HSV(B) 173.33º 0.51% 0.62% -
XYZ 21.05 28.62 33.27 -
YUV 133.76 137.16 88.23 -
System Red Green Blue C M Y K H S L
Decimal 78 159 150 0.51 0 0.06 0.38 173.33 0.34 0.46
Hex 4E 9F 96 33 0 6 26 AD 22 2E
Octal 116 237 226 63 0 6 46 255 42 56
Binary 1001110 10011111 10010110 110011 0 110 100110 10101101 100010 101110

Color Harmonies of #4E9F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9F96

Black with #4E9F96

Text Example


Text Example

White with #4E9F96

Text Example


Text Example

HTML Codes & Css Web 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>