Html Css Color HEX #4DAB7C Ocean Green

📋 copy color: '#4DAB7C'

red 77 ◦ green 171 ◦ blue 124

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

Shades of Ocean Green #4DAB7C

Tints of Ocean Green #4DAB7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.33%

R = 20.7%
G = 45.97%
B = 33.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#4DAB7C (or 0x4DAB7C) is known color: Ocean Green. HEX triplet: 4D, AB and 7C. RGB value is (77,171,124). Sum of RGB (Red+Green+Blue) = 77+171+124=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAB7C is #B25483. Grayscale: #898989. Windows color (decimal): -11687044 or 8170317. OLE color: 8170317.

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

Color convert

RGB 77 171 124 -
CMYK 0.55 0 0.27 0.33
HSL 150º 0.38% 0.49% -
HSV(B) 150º 0.55% 0.67% -
XYZ 21.26 32.16 24.16 -
YUV 137.54 120.36 84.82 -
System Red Green Blue C M Y K H S L
Decimal 77 171 124 0.55 0 0.27 0.33 150 0.38 0.49
Hex 4D AB 7C 37 0 1B 21 96 26 31
Octal 115 253 174 67 0 33 41 226 46 61
Binary 1001101 10101011 1111100 110111 0 11011 100001 10010110 100110 110001

Color Harmonies of #4DAB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAB7C

Black with #4DAB7C

Text Example


Text Example

White with #4DAB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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