#53EE94

Color #53EE94 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #53EE94

Tints of Emerald #53EE94

Color information

#53EE94 (or 0x53EE94) is unknown color: approx Emerald. HEX triplet: 53, EE and 94. RGB value is (83,238,148). Sum of RGB (Red+Green+Blue) = 83+238+148=469 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.70% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #53EE94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53EE94 is #AC116B. Grayscale: #B5B5B5. Windows color (decimal): -11276652 or 9760339. OLE color: 9760339.

HSL color Cylindrical-coordinate representation of color #53EE94: hue angle of 145.16º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EE94 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB83238148-
CMYK0.6500.380.07
HSL145.16º82.01%62.94%-
HSV(B)145.16º65.13%93.33%-
XYZ39.4965.1338.51-
YUV181.4109.1557.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.70%
GREEN value IS 238 (93.36% from 255) = 50.75%
BLUE value IS 148 (58.20% from 255) = 31.56%
R=17.70%
G=50.75%
B=31.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal832381480.6500.380.07145.1682.0162.94
Hex53EE9441026791523f
Octal123356224101046722112277
Binary1010011111011101001010010000010100110111100100011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,238,148); }

 H1.HeaderClassName
 {
   color: #53EE94;
 }
 .AnyTagClassName
 {
   color: #53EE94;
 }
</style>
background-color css

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

 a { background-color: rgb(83,238,148); }

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

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

 span { border-color: rgb(83,238,148); }

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