Html Css Color HEX #4EAC76 Ocean Green

📋 copy color: '#4EAC76'

red 78 ◦ green 172 ◦ blue 118

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

Shades of Ocean Green #4EAC76

Tints of Ocean Green #4EAC76

RGB

 RED value IS 78 (30.86% from 255) = 21.2%

 GREEN value IS 172 (67.58% from 255) = 46.74%

 BLUE value IS 118 (46.48% from 255) = 32.07%

R = 21.2%
G = 46.74%
B = 32.07%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#4EAC76 (or 0x4EAC76) is known color: Ocean Green. HEX triplet: 4E, AC and 76. RGB value is (78,172,118). Sum of RGB (Red+Green+Blue) = 78+172+118=368 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.20% from 368); Green value is 172 (67.58% from 255 or 46.74% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 172 - color contains mainly: green. Hex color #4EAC76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAC76 is #B15389. Grayscale: #898989. Windows color (decimal): -11621258 or 7777358. OLE color: 7777358.

HSL color Cylindrical-coordinate representation of color #4EAC76: hue angle of 145.53º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAC76 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 78 172 118 -
CMYK 0.55 0 0.31 0.33
HSL 145.53º 0.38% 0.49% -
HSV(B) 145.53º 0.55% 0.67% -
XYZ 21.16 32.43 22.28 -
YUV 137.74 116.86 85.39 -
System Red Green Blue C M Y K H S L
Decimal 78 172 118 0.55 0 0.31 0.33 145.53 0.38 0.49
Hex 4E AC 76 37 0 1F 21 92 26 31
Octal 116 254 166 67 0 37 41 222 46 61
Binary 1001110 10101100 1110110 110111 0 11111 100001 10010010 100110 110001

Color Harmonies of #4EAC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAC76

Black with #4EAC76

Text Example


Text Example

White with #4EAC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,172,118); }

 H1.HeaderClassName
 {
   color: #4EAC76;
 }
 .AnyTagClassName
 {
   color: #4EAC76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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