Html Css Color HEX #4DAB84 Ocean Green

📋 copy color: '#4DAB84'

red 77 ◦ green 171 ◦ blue 132

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

Shades of Ocean Green #4DAB84

Tints of Ocean Green #4DAB84

RGB

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

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

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

R = 20.26%
G = 45%
B = 34.74%

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

#4DAB84 (or 0x4DAB84) is known color: Ocean Green. HEX triplet: 4D, AB and 84. RGB value is (77,171,132). Sum of RGB (Red+Green+Blue) = 77+171+132=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAB84 is #B2547B. Grayscale: #8A8A8A. Windows color (decimal): -11687036 or 8694605. OLE color: 8694605.

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

Color convert

RGB 77 171 132 -
CMYK 0.55 0 0.23 0.33
HSL 155.11º 0.38% 0.49% -
HSV(B) 155.11º 0.55% 0.67% -
XYZ 21.79 32.37 26.93 -
YUV 138.45 124.36 84.17 -
System Red Green Blue C M Y K H S L
Decimal 77 171 132 0.55 0 0.23 0.33 155.11 0.38 0.49
Hex 4D AB 84 37 0 17 21 9B 26 31
Octal 115 253 204 67 0 27 41 233 46 61
Binary 1001101 10101011 10000100 110111 0 10111 100001 10011011 100110 110001

Color Harmonies of #4DAB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAB84

Black with #4DAB84

Text Example


Text Example

White with #4DAB84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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