#5ABF7E

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

Shades of Emerald #5ABF7E

Tints of Emerald #5ABF7E

Color information

#5ABF7E (or 0x5ABF7E) is unknown color: approx Emerald. HEX triplet: 5A, BF and 7E. RGB value is (90,191,126). Sum of RGB (Red+Green+Blue) = 90+191+126=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABF7E is #A54081. Grayscale: #999999. Windows color (decimal): -10829954 or 8306522. OLE color: 8306522.

HSL color Cylindrical-coordinate representation of color #5ABF7E: hue angle of 141.39º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABF7E is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB90191126-
CMYK0.5300.340.25
HSL141.39º44.1%55.1%-
HSV(B)141.39º52.88%74.9%-
XYZ26.6140.9426.24-
YUV153.39112.5482.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.11%
GREEN value IS 191 (75% from 255) = 46.93%
BLUE value IS 126 (49.61% from 255) = 30.96%
R=22.11%
G=46.93%
B=30.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901911260.5300.340.25141.3944.155.1
Hex5ABF7E35022198d2c37
Octal13227717665042312155467
Binary101101010111111111111011010101000101100110001101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,191,126); }

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

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

 a { background-color: rgb(90,191,126); }

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

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

 span { border-color: rgb(90,191,126); }

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