Html Css Color HEX #53CF8A Emerald

📋 copy color: '#53CF8A'

red 83 ◦ green 207 ◦ blue 138

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

Shades of Emerald #53CF8A

Tints of Emerald #53CF8A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.36%

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

R = 19.39%
G = 48.36%
B = 32.24%

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

#53CF8A (or 0x53CF8A) is known color: Emerald. HEX triplet: 53, CF and 8A. RGB value is (83,207,138). Sum of RGB (Red+Green+Blue) = 83+207+138=428 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.39% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 207 - color contains mainly: green. Hex color #53CF8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CF8A is #AC3075. Grayscale: #A2A2A2. Windows color (decimal): -11284598 or 9097043. OLE color: 9097043.

HSL color Cylindrical-coordinate representation of color #53CF8A: hue angle of 146.61º 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 #53CF8A is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 207 138 -
CMYK 0.60 0 0.33 0.19
HSL 146.61º 0.56% 0.57% -
HSV(B) 146.61º 0.6% 0.81% -
XYZ 30.47 48.3 31.76 -
YUV 162.06 114.42 71.61 -
System Red Green Blue C M Y K H S L
Decimal 83 207 138 0.60 0 0.33 0.19 146.61 0.56 0.57
Hex 53 CF 8A 3C 0 21 13 93 38 39
Octal 123 317 212 74 0 41 23 223 70 71
Binary 1010011 11001111 10001010 111100 0 100001 10011 10010011 111000 111001

Color Harmonies of #53CF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CF8A

Black with #53CF8A

Text Example


Text Example

White with #53CF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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