Html Css Color HEX #4DAC80 Ocean Green

📋 copy color: '#4DAC80'

red 77 ◦ green 172 ◦ blue 128

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

Shades of Ocean Green #4DAC80

Tints of Ocean Green #4DAC80

RGB

 RED value IS 77 (30.47% from 255) = 20.42%

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

 BLUE value IS 128 (50.39% from 255) = 33.95%

R = 20.42%
G = 45.62%
B = 33.95%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#4DAC80 (or 0x4DAC80) is known color: Ocean Green. HEX triplet: 4D, AC and 80. RGB value is (77,172,128). Sum of RGB (Red+Green+Blue) = 77+172+128=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAC80 is #B2537F. Grayscale: #8A8A8A. Windows color (decimal): -11686784 or 8432717. OLE color: 8432717.

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

Color convert

RGB 77 172 128 -
CMYK 0.55 0 0.26 0.33
HSL 152.21º 0.38% 0.49% -
HSV(B) 152.21º 0.55% 0.67% -
XYZ 21.71 32.64 25.58 -
YUV 138.58 122.03 84.08 -
System Red Green Blue C M Y K H S L
Decimal 77 172 128 0.55 0 0.26 0.33 152.21 0.38 0.49
Hex 4D AC 80 37 0 1A 21 98 26 31
Octal 115 254 200 67 0 32 41 230 46 61
Binary 1001101 10101100 10000000 110111 0 11010 100001 10011000 100110 110001

Color Harmonies of #4DAC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAC80

Black with #4DAC80

Text Example


Text Example

White with #4DAC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,172,128); }

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

background-color css

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

 a { background-color: rgb(77,172,128); }

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

border-color css

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

 span { border-color: rgb(77,172,128); }

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