Html Css Color HEX #53DB8A Emerald

📋 copy color: '#53DB8A'

red 83 ◦ green 219 ◦ blue 138

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

Shades of Emerald #53DB8A

Tints of Emerald #53DB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.36%

R = 18.86%
G = 49.77%
B = 31.36%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#53DB8A (or 0x53DB8A) is known color: Emerald. HEX triplet: 53, DB and 8A. RGB value is (83,219,138). Sum of RGB (Red+Green+Blue) = 83+219+138=440 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.86% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #53DB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DB8A is #AC2475. Grayscale: #A9A9A9. Windows color (decimal): -11281526 or 9100115. OLE color: 9100115.

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

Color convert

RGB 83 219 138 -
CMYK 0.62 0 0.37 0.14
HSL 144.26º 0.65% 0.59% -
HSV(B) 144.26º 0.62% 0.86% -
XYZ 33.49 54.34 32.77 -
YUV 169.1 110.44 66.59 -
System Red Green Blue C M Y K H S L
Decimal 83 219 138 0.62 0 0.37 0.14 144.26 0.65 0.59
Hex 53 DB 8A 3E 0 25 E 90 41 3B
Octal 123 333 212 76 0 45 16 220 101 73
Binary 1010011 11011011 10001010 111110 0 100101 1110 10010000 1000001 111011

Color Harmonies of #53DB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DB8A

Black with #53DB8A

Text Example


Text Example

White with #53DB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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