Html Css Color HEX #4EAE76 Ocean Green

📋 copy color: '#4EAE76'

red 78 ◦ green 174 ◦ blue 118

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

Shades of Ocean Green #4EAE76

Tints of Ocean Green #4EAE76

RGB

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

 GREEN value IS 174 (68.36% from 255) = 47.03%

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

R = 21.08%
G = 47.03%
B = 31.89%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#4EAE76 (or 0x4EAE76) is known color: Ocean Green. HEX triplet: 4E, AE and 76. RGB value is (78,174,118). Sum of RGB (Red+Green+Blue) = 78+174+118=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 174 (68.36% from 255 or 47.03% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAE76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAE76 is #B15189. Grayscale: #8B8B8B. Windows color (decimal): -11620746 or 7777870. OLE color: 7777870.

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

Color convert

RGB 78 174 118 -
CMYK 0.55 0 0.32 0.32
HSL 145º 0.38% 0.49% -
HSV(B) 145º 0.55% 0.68% -
XYZ 21.55 33.2 22.41 -
YUV 138.91 116.2 84.55 -
System Red Green Blue C M Y K H S L
Decimal 78 174 118 0.55 0 0.32 0.32 145 0.38 0.49
Hex 4E AE 76 37 0 20 20 91 26 31
Octal 116 256 166 67 0 40 40 221 46 61
Binary 1001110 10101110 1110110 110111 0 100000 100000 10010001 100110 110001

Color Harmonies of #4EAE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAE76

Black with #4EAE76

Text Example


Text Example

White with #4EAE76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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