Html Css Color HEX #53DB8E Emerald

📋 copy color: '#53DB8E'

red 83 ◦ green 219 ◦ blue 142

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

Shades of Emerald #53DB8E

Tints of Emerald #53DB8E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.32%

 BLUE value IS 142 (55.86% from 255) = 31.98%

R = 18.69%
G = 49.32%
B = 31.98%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#53DB8E (or 0x53DB8E) is known color: Emerald. HEX triplet: 53, DB and 8E. RGB value is (83,219,142). Sum of RGB (Red+Green+Blue) = 83+219+142=444 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.69% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #53DB8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DB8E is #AC2471. Grayscale: #A9A9A9. Windows color (decimal): -11281522 or 9362259. OLE color: 9362259.

HSL color Cylindrical-coordinate representation of color #53DB8E: hue angle of 146.03º degrees, saturation: 0.65, 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 #53DB8E is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 219 142 -
CMYK 0.62 0 0.35 0.14
HSL 146.03º 0.65% 0.59% -
HSV(B) 146.03º 0.62% 0.86% -
XYZ 33.78 54.46 34.32 -
YUV 169.56 112.44 66.26 -
System Red Green Blue C M Y K H S L
Decimal 83 219 142 0.62 0 0.35 0.14 146.03 0.65 0.59
Hex 53 DB 8E 3E 0 23 E 92 41 3B
Octal 123 333 216 76 0 43 16 222 101 73
Binary 1010011 11011011 10001110 111110 0 100011 1110 10010010 1000001 111011

Color Harmonies of #53DB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DB8E

Black with #53DB8E

Text Example


Text Example

White with #53DB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,219,142); }

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

background-color css

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

 a { background-color: rgb(83,219,142); }

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

border-color css

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

 span { border-color: rgb(83,219,142); }

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