Html Css Color HEX #53DC88 Emerald

📋 copy color: '#53DC88'

red 83 ◦ green 220 ◦ blue 136

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

Shades of Emerald #53DC88

Tints of Emerald #53DC88

RGB

 RED value IS 83 (32.81% from 255) = 18.91%

 GREEN value IS 220 (86.33% from 255) = 50.11%

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

R = 18.91%
G = 50.11%
B = 30.98%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#53DC88 (or 0x53DC88) is known color: Emerald. HEX triplet: 53, DC and 88. RGB value is (83,220,136). Sum of RGB (Red+Green+Blue) = 83+220+136=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DC88 is #AC2377. Grayscale: #A9A9A9. Windows color (decimal): -11281272 or 8969299. OLE color: 8969299.

HSL color Cylindrical-coordinate representation of color #53DC88: hue angle of 143.21º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DC88 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 220 136 -
CMYK 0.62 0 0.38 0.14
HSL 143.21º 0.66% 0.59% -
HSV(B) 143.21º 0.62% 0.86% -
XYZ 33.6 54.8 32.1 -
YUV 169.46 109.11 66.33 -
System Red Green Blue C M Y K H S L
Decimal 83 220 136 0.62 0 0.38 0.14 143.21 0.66 0.59
Hex 53 DC 88 3E 0 26 E 8F 42 3B
Octal 123 334 210 76 0 46 16 217 102 73
Binary 1010011 11011100 10001000 111110 0 100110 1110 10001111 1000010 111011

Color Harmonies of #53DC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DC88

Black with #53DC88

Text Example


Text Example

White with #53DC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53DC88; }

 p { color: rgb(83,220,136); }

 H1.HeaderClassName
 {
   color: #53DC88;
 }
 .AnyTagClassName
 {
   color: #53DC88;
 }
</style>

background-color css

<style>
 a { background-color: #53DC88; }

 a { background-color: rgb(83,220,136); }

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

border-color css

<style>
 span { border-color: #53DC88; }

 span { border-color: rgb(83,220,136); }

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