#5DBA7A

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

Shades of Emerald #5DBA7A

Tints of Emerald #5DBA7A

Color information

#5DBA7A (or 0x5DBA7A) is unknown color: approx Emerald. HEX triplet: 5D, BA and 7A. RGB value is (93,186,122). Sum of RGB (Red+Green+Blue) = 93+186+122=401 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.19% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBA7A is #A24585. Grayscale: #979797. Windows color (decimal): -10634630 or 8043101. OLE color: 8043101.

HSL color Cylindrical-coordinate representation of color #5DBA7A: hue angle of 138.71º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBA7A is Cyan = 0.5, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB93186122-
CMYK0.500.340.27
HSL138.71º40.26%54.71%-
HSV(B)138.71º50%72.94%-
XYZ25.5938.8524.56-
YUV150.9111.6986.7-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.19%
GREEN value IS 186 (73.05% from 255) = 46.38%
BLUE value IS 122 (48.05% from 255) = 30.42%
R=23.19%
G=46.38%
B=30.42%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal931861220.500.340.27138.7140.2654.71
Hex5DBA7A320221B8b2837
Octal13527217262042332135067
Binary101110110111010111101011001001000101101110001011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DBA7A; }

 p { color: rgb(93,186,122); }

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

<style>
 a { background-color: #5DBA7A; }

 a { background-color: rgb(93,186,122); }

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

<style>
 span { border-color: #5DBA7A; }

 span { border-color: rgb(93,186,122); }

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