Html Css Color HEX #4DAB7B Ocean Green

📋 copy color: '#4DAB7B'

red 77 ◦ green 171 ◦ blue 123

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

Shades of Ocean Green #4DAB7B

Tints of Ocean Green #4DAB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.15%

R = 20.75%
G = 46.09%
B = 33.15%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#4DAB7B (or 0x4DAB7B) is known color: Ocean Green. HEX triplet: 4D, AB and 7B. RGB value is (77,171,123). Sum of RGB (Red+Green+Blue) = 77+171+123=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAB7B is #B25484. Grayscale: #898989. Windows color (decimal): -11687045 or 8104781. OLE color: 8104781.

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

Color convert

RGB 77 171 123 -
CMYK 0.55 0 0.28 0.33
HSL 149.36º 0.38% 0.49% -
HSV(B) 149.36º 0.55% 0.67% -
XYZ 21.2 32.13 23.82 -
YUV 137.42 119.86 84.9 -
System Red Green Blue C M Y K H S L
Decimal 77 171 123 0.55 0 0.28 0.33 149.36 0.38 0.49
Hex 4D AB 7B 37 0 1C 21 95 26 31
Octal 115 253 173 67 0 34 41 225 46 61
Binary 1001101 10101011 1111011 110111 0 11100 100001 10010101 100110 110001

Color Harmonies of #4DAB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAB7B

Black with #4DAB7B

Text Example


Text Example

White with #4DAB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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