Html Css Color HEX #53C288 Emerald

📋 copy color: '#53C288'

red 83 ◦ green 194 ◦ blue 136

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

Shades of Emerald #53C288

Tints of Emerald #53C288

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.97%

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

R = 20.1%
G = 46.97%
B = 32.93%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#53C288 (or 0x53C288) is known color: Emerald. HEX triplet: 53, C2 and 88. RGB value is (83,194,136). Sum of RGB (Red+Green+Blue) = 83+194+136=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 194 - color contains mainly: green. Hex color #53C288 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C288 is #AC3D77. Grayscale: #9A9A9A. Windows color (decimal): -11287928 or 8962643. OLE color: 8962643.

HSL color Cylindrical-coordinate representation of color #53C288: hue angle of 148.65º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C288 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 194 136 -
CMYK 0.57 0 0.30 0.24
HSL 148.65º 0.48% 0.54% -
HSV(B) 148.65º 0.57% 0.76% -
XYZ 27.3 42.2 30 -
YUV 154.2 117.73 77.22 -
System Red Green Blue C M Y K H S L
Decimal 83 194 136 0.57 0 0.30 0.24 148.65 0.48 0.54
Hex 53 C2 88 39 0 1E 18 95 30 36
Octal 123 302 210 71 0 36 30 225 60 66
Binary 1010011 11000010 10001000 111001 0 11110 11000 10010101 110000 110110

Color Harmonies of #53C288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C288

Black with #53C288

Text Example


Text Example

White with #53C288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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