Html Css Color HEX #4DAB6B Ocean Green

📋 copy color: '#4DAB6B'

red 77 ◦ green 171 ◦ blue 107

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

Shades of Ocean Green #4DAB6B

Tints of Ocean Green #4DAB6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.14%

R = 21.69%
G = 48.17%
B = 30.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#4DAB6B (or 0x4DAB6B) is known color: Ocean Green. HEX triplet: 4D, AB and 6B. RGB value is (77,171,107). Sum of RGB (Red+Green+Blue) = 77+171+107=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAB6B is #B25494. Grayscale: #878787. Windows color (decimal): -11687061 or 7056205. OLE color: 7056205.

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

Color convert

RGB 77 171 107 -
CMYK 0.55 0 0.37 0.33
HSL 139.15º 0.38% 0.49% -
HSV(B) 139.15º 0.55% 0.67% -
XYZ 20.28 31.77 18.97 -
YUV 135.6 111.86 86.2 -
System Red Green Blue C M Y K H S L
Decimal 77 171 107 0.55 0 0.37 0.33 139.15 0.38 0.49
Hex 4D AB 6B 37 0 25 21 8B 26 31
Octal 115 253 153 67 0 45 41 213 46 61
Binary 1001101 10101011 1101011 110111 0 100101 100001 10001011 100110 110001

Color Harmonies of #4DAB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAB6B

Black with #4DAB6B

Text Example


Text Example

White with #4DAB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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