Html Css Color HEX #4DAB80 Ocean Green

📋 copy color: '#4DAB80'

red 77 ◦ green 171 ◦ blue 128

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

Shades of Ocean Green #4DAB80

Tints of Ocean Green #4DAB80

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.48%

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

R = 20.48%
G = 45.48%
B = 34.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#4DAB80 (or 0x4DAB80) is known color: Ocean Green. HEX triplet: 4D, AB and 80. RGB value is (77,171,128). Sum of RGB (Red+Green+Blue) = 77+171+128=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAB80 is #B2547F. Grayscale: #8A8A8A. Windows color (decimal): -11687040 or 8432461. OLE color: 8432461.

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

Color convert

RGB 77 171 128 -
CMYK 0.55 0 0.25 0.33
HSL 152.55º 0.38% 0.49% -
HSV(B) 152.55º 0.55% 0.67% -
XYZ 21.52 32.26 25.52 -
YUV 137.99 122.36 84.5 -
System Red Green Blue C M Y K H S L
Decimal 77 171 128 0.55 0 0.25 0.33 152.55 0.38 0.49
Hex 4D AB 80 37 0 19 21 99 26 31
Octal 115 253 200 67 0 31 41 231 46 61
Binary 1001101 10101011 10000000 110111 0 11001 100001 10011001 100110 110001

Color Harmonies of #4DAB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAB80

Black with #4DAB80

Text Example


Text Example

White with #4DAB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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