#53C688

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

Shades of Emerald #53C688

Tints of Emerald #53C688

Color information

#53C688 (or 0x53C688) is unknown color: approx Emerald. HEX triplet: 53, C6 and 88. RGB value is (83,198,136). Sum of RGB (Red+Green+Blue) = 83+198+136=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #53C688 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C688 is #AC3977. Grayscale: #9C9C9C. Windows color (decimal): -11286904 or 8963667. OLE color: 8963667.

HSL color Cylindrical-coordinate representation of color #53C688: hue angle of 147.65º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C688 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB83198136-
CMYK0.5800.310.22
HSL147.65º50.22%55.1%-
HSV(B)147.65º58.08%77.65%-
XYZ28.214430.3-
YUV156.55116.475.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.90%
GREEN value IS 198 (77.73% from 255) = 47.48%
BLUE value IS 136 (53.52% from 255) = 32.61%
R=19.90%
G=47.48%
B=32.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal831981360.5800.310.22147.6550.2255.1
Hex53C6883A01F16943237
Octal12330621072037262246267
Binary101001111000110100010001110100111111011010010100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,198,136); }

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

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

 a { background-color: rgb(83,198,136); }

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

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

 span { border-color: rgb(83,198,136); }

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