Html Css Color HEX #4DBA88 Emerald

📋 copy color: '#4DBA88'

red 77 ◦ green 186 ◦ blue 136

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

Shades of Emerald #4DBA88

Tints of Emerald #4DBA88

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.62%

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

R = 19.3%
G = 46.62%
B = 34.09%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#4DBA88 (or 0x4DBA88) is known color: Emerald. HEX triplet: 4D, BA and 88. RGB value is (77,186,136). Sum of RGB (Red+Green+Blue) = 77+186+136=399 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.30% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBA88 is #B24577. Grayscale: #939393. Windows color (decimal): -11683192 or 8960589. OLE color: 8960589.

HSL color Cylindrical-coordinate representation of color #4DBA88: hue angle of 152.48º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBA88 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 186 136 -
CMYK 0.59 0 0.27 0.27
HSL 152.48º 0.44% 0.52% -
HSV(B) 152.48º 0.59% 0.73% -
XYZ 25.06 38.47 29.4 -
YUV 147.71 121.39 77.57 -
System Red Green Blue C M Y K H S L
Decimal 77 186 136 0.59 0 0.27 0.27 152.48 0.44 0.52
Hex 4D BA 88 3B 0 1B 1B 98 2C 34
Octal 115 272 210 73 0 33 33 230 54 64
Binary 1001101 10111010 10001000 111011 0 11011 11011 10011000 101100 110100

Color Harmonies of #4DBA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBA88

Black with #4DBA88

Text Example


Text Example

White with #4DBA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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