Html Css Color HEX #4EAC84 Ocean Green

📋 copy color: '#4EAC84'

red 78 ◦ green 172 ◦ blue 132

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

Shades of Ocean Green #4EAC84

Tints of Ocean Green #4EAC84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.55%

R = 20.42%
G = 45.03%
B = 34.55%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#4EAC84 (or 0x4EAC84) is known color: Ocean Green. HEX triplet: 4E, AC and 84. RGB value is (78,172,132). Sum of RGB (Red+Green+Blue) = 78+172+132=382 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.42% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #4EAC84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAC84 is #B1537B. Grayscale: #8B8B8B. Windows color (decimal): -11621244 or 8694862. OLE color: 8694862.

HSL color Cylindrical-coordinate representation of color #4EAC84: hue angle of 154.47º 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 #4EAC84 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 78 172 132 -
CMYK 0.55 0 0.23 0.33
HSL 154.47º 0.38% 0.49% -
HSV(B) 154.47º 0.55% 0.67% -
XYZ 22.06 32.79 27 -
YUV 139.33 123.86 84.25 -
System Red Green Blue C M Y K H S L
Decimal 78 172 132 0.55 0 0.23 0.33 154.47 0.38 0.49
Hex 4E AC 84 37 0 17 21 9A 26 31
Octal 116 254 204 67 0 27 41 232 46 61
Binary 1001110 10101100 10000100 110111 0 10111 100001 10011010 100110 110001

Color Harmonies of #4EAC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAC84

Black with #4EAC84

Text Example


Text Example

White with #4EAC84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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