Html Css Color HEX #4DAD87 Ocean Green

📋 copy color: '#4DAD87'

red 77 ◦ green 173 ◦ blue 135

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

Shades of Ocean Green #4DAD87

Tints of Ocean Green #4DAD87

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.94%

 BLUE value IS 135 (53.13% from 255) = 35.06%

R = 20%
G = 44.94%
B = 35.06%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#4DAD87 (or 0x4DAD87) is known color: Ocean Green. HEX triplet: 4D, AD and 87. RGB value is (77,173,135). Sum of RGB (Red+Green+Blue) = 77+173+135=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAD87 is #B25278. Grayscale: #8C8C8C. Windows color (decimal): -11686521 or 8891725. OLE color: 8891725.

HSL color Cylindrical-coordinate representation of color #4DAD87: hue angle of 156.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD87 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 173 135 -
CMYK 0.55 0 0.22 0.32
HSL 156.25º 0.38% 0.49% -
HSV(B) 156.25º 0.55% 0.68% -
XYZ 22.38 33.21 28.15 -
YUV 139.96 125.2 83.09 -
System Red Green Blue C M Y K H S L
Decimal 77 173 135 0.55 0 0.22 0.32 156.25 0.38 0.49
Hex 4D AD 87 37 0 16 20 9C 26 31
Octal 115 255 207 67 0 26 40 234 46 61
Binary 1001101 10101101 10000111 110111 0 10110 100000 10011100 100110 110001

Color Harmonies of #4DAD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAD87

Black with #4DAD87

Text Example


Text Example

White with #4DAD87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,173,135); }

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

background-color css

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

 a { background-color: rgb(77,173,135); }

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

border-color css

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

 span { border-color: rgb(77,173,135); }

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