Html Css Color HEX #53CE8A Emerald

📋 copy color: '#53CE8A'

red 83 ◦ green 206 ◦ blue 138

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

Shades of Emerald #53CE8A

Tints of Emerald #53CE8A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.24%

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

R = 19.44%
G = 48.24%
B = 32.32%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#53CE8A (or 0x53CE8A) is known color: Emerald. HEX triplet: 53, CE and 8A. RGB value is (83,206,138). Sum of RGB (Red+Green+Blue) = 83+206+138=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 206 (80.86% from 255 or 48.24% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 206 - color contains mainly: green. Hex color #53CE8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CE8A is #AC3175. Grayscale: #A1A1A1. Windows color (decimal): -11284854 or 9096787. OLE color: 9096787.

HSL color Cylindrical-coordinate representation of color #53CE8A: hue angle of 146.83º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CE8A is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 206 138 -
CMYK 0.60 0 0.33 0.19
HSL 146.83º 0.56% 0.57% -
HSV(B) 146.83º 0.6% 0.81% -
XYZ 30.23 47.82 31.68 -
YUV 161.47 114.75 72.03 -
System Red Green Blue C M Y K H S L
Decimal 83 206 138 0.60 0 0.33 0.19 146.83 0.56 0.57
Hex 53 CE 8A 3C 0 21 13 93 38 39
Octal 123 316 212 74 0 41 23 223 70 71
Binary 1010011 11001110 10001010 111100 0 100001 10011 10010011 111000 111001

Color Harmonies of #53CE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CE8A

Black with #53CE8A

Text Example


Text Example

White with #53CE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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