Html Css Color HEX #4DAD88 Ocean Green

📋 copy color: '#4DAD88'

red 77 ◦ green 173 ◦ blue 136

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

Shades of Ocean Green #4DAD88

Tints of Ocean Green #4DAD88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 19.95%
G = 44.82%
B = 35.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#4DAD88 (or 0x4DAD88) is known color: Ocean Green. HEX triplet: 4D, AD and 88. RGB value is (77,173,136). Sum of RGB (Red+Green+Blue) = 77+173+136=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAD88 is #B25277. Grayscale: #8C8C8C. Windows color (decimal): -11686520 or 8957261. OLE color: 8957261.

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

Color convert

RGB 77 173 136 -
CMYK 0.55 0 0.21 0.32
HSL 156.88º 0.38% 0.49% -
HSV(B) 156.88º 0.55% 0.68% -
XYZ 22.45 33.24 28.53 -
YUV 140.08 125.7 83.01 -
System Red Green Blue C M Y K H S L
Decimal 77 173 136 0.55 0 0.21 0.32 156.88 0.38 0.49
Hex 4D AD 88 37 0 15 20 9D 26 31
Octal 115 255 210 67 0 25 40 235 46 61
Binary 1001101 10101101 10001000 110111 0 10101 100000 10011101 100110 110001

Color Harmonies of #4DAD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAD88

Black with #4DAD88

Text Example


Text Example

White with #4DAD88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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