Html Css Color HEX #5ABC7F Emerald

📋 copy color: '#5ABC7F'

red 90 ◦ green 188 ◦ blue 127

#5ABC7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #5ABC7F

Tints of Emerald #5ABC7F

RGB

 RED value IS 90 (35.55% from 255) = 22.22%

 GREEN value IS 188 (73.83% from 255) = 46.42%

 BLUE value IS 127 (50% from 255) = 31.36%

R = 22.22%
G = 46.42%
B = 31.36%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#5ABC7F (or 0x5ABC7F) is known color: Emerald. HEX triplet: 5A, BC and 7F. RGB value is (90,188,127). Sum of RGB (Red+Green+Blue) = 90+188+127=405 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.22% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABC7F is #A54380. Grayscale: #979797. Windows color (decimal): -10830721 or 8371290. OLE color: 8371290.

HSL color Cylindrical-coordinate representation of color #5ABC7F: hue angle of 142.65º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABC7F is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 188 127 -
CMYK 0.52 0 0.32 0.26
HSL 142.65º 0.42% 0.55% -
HSV(B) 142.65º 0.52% 0.74% -
XYZ 26.03 39.67 26.36 -
YUV 151.74 114.03 83.96 -
System Red Green Blue C M Y K H S L
Decimal 90 188 127 0.52 0 0.32 0.26 142.65 0.42 0.55
Hex 5A BC 7F 34 0 20 1A 8F 2A 37
Octal 132 274 177 64 0 40 32 217 52 67
Binary 1011010 10111100 1111111 110100 0 100000 11010 10001111 101010 110111

Color Harmonies of #5ABC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABC7F

Black with #5ABC7F

Text Example


Text Example

White with #5ABC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,188,127); }

 H1.HeaderClassName
 {
   color: #5ABC7F;
 }
 .AnyTagClassName
 {
   color: #5ABC7F;
 }
</style>

background-color css

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

 a { background-color: rgb(90,188,127); }

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

border-color css

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

 span { border-color: rgb(90,188,127); }

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