Html Css Color HEX #53C888 Emerald

📋 copy color: '#53C888'

red 83 ◦ green 200 ◦ blue 136

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

Shades of Emerald #53C888

Tints of Emerald #53C888

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.73%

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

R = 19.81%
G = 47.73%
B = 32.46%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#53C888 (or 0x53C888) is known color: Emerald. HEX triplet: 53, C8 and 88. RGB value is (83,200,136). Sum of RGB (Red+Green+Blue) = 83+200+136=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #53C888 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C888 is #AC3777. Grayscale: #9D9D9D. Windows color (decimal): -11286392 or 8964179. OLE color: 8964179.

HSL color Cylindrical-coordinate representation of color #53C888: hue angle of 147.18º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53C888 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 83 200 136 -
CMYK 0.58 0 0.32 0.22
HSL 147.18º 0.52% 0.55% -
HSV(B) 147.18º 0.59% 0.78% -
XYZ 28.67 44.93 30.45 -
YUV 157.72 115.74 74.7 -
System Red Green Blue C M Y K H S L
Decimal 83 200 136 0.58 0 0.32 0.22 147.18 0.52 0.55
Hex 53 C8 88 3A 0 20 16 93 34 37
Octal 123 310 210 72 0 40 26 223 64 67
Binary 1010011 11001000 10001000 111010 0 100000 10110 10010011 110100 110111

Color Harmonies of #53C888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C888

Black with #53C888

Text Example


Text Example

White with #53C888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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