#53C06B

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

Shades of Emerald #53C06B

Tints of Emerald #53C06B

Color information

#53C06B (or 0x53C06B) is unknown color: approx Emerald. HEX triplet: 53, C0 and 6B. RGB value is (83,192,107). Sum of RGB (Red+Green+Blue) = 83+192+107=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #53C06B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C06B is #AC3F94. Grayscale: #959595. Windows color (decimal): -11288469 or 7061587. OLE color: 7061587.

HSL color Cylindrical-coordinate representation of color #53C06B: hue angle of 133.21º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C06B is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB83192107-
CMYK0.5700.440.25
HSL133.21º46.38%53.92%-
HSV(B)133.21º56.77%75.29%-
XYZ25.0740.620.43-
YUV149.72103.8980.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.73%
GREEN value IS 192 (75.39% from 255) = 50.26%
BLUE value IS 107 (42.19% from 255) = 28.01%
R=21.73%
G=50.26%
B=28.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831921070.5700.440.25133.2146.3853.92
Hex53C06B3902C19852e36
Octal12330015371054312055666
Binary101001111000000110101111100101011001100110000101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,192,107); }

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

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

 a { background-color: rgb(83,192,107); }

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

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

 span { border-color: rgb(83,192,107); }

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