Html Css Color HEX #53D48F Emerald

📋 copy color: '#53D48F'

red 83 ◦ green 212 ◦ blue 143

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

Shades of Emerald #53D48F

Tints of Emerald #53D48F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.4%

 BLUE value IS 143 (56.25% from 255) = 32.65%

R = 18.95%
G = 48.4%
B = 32.65%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#53D48F (or 0x53D48F) is known color: Emerald. HEX triplet: 53, D4 and 8F. RGB value is (83,212,143). Sum of RGB (Red+Green+Blue) = 83+212+143=438 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.95% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 212 - color contains mainly: green. Hex color #53D48F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D48F is #AC2B70. Grayscale: #A5A5A5. Windows color (decimal): -11283313 or 9426003. OLE color: 9426003.

HSL color Cylindrical-coordinate representation of color #53D48F: hue angle of 147.91º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D48F is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 83 212 143 -
CMYK 0.61 0 0.33 0.17
HSL 147.91º 0.6% 0.58% -
HSV(B) 147.91º 0.61% 0.83% -
XYZ 32.07 50.91 34.12 -
YUV 165.56 115.26 69.11 -
System Red Green Blue C M Y K H S L
Decimal 83 212 143 0.61 0 0.33 0.17 147.91 0.6 0.58
Hex 53 D4 8F 3D 0 21 11 94 3C 3A
Octal 123 324 217 75 0 41 21 224 74 72
Binary 1010011 11010100 10001111 111101 0 100001 10001 10010100 111100 111010

Color Harmonies of #53D48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D48F

Black with #53D48F

Text Example


Text Example

White with #53D48F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,212,143); }

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

background-color css

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

 a { background-color: rgb(83,212,143); }

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

border-color css

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

 span { border-color: rgb(83,212,143); }

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