Html Css Color HEX #58BA7D Emerald

📋 copy color: '#58BA7D'

red 88 ◦ green 186 ◦ blue 125

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

Shades of Emerald #58BA7D

Tints of Emerald #58BA7D

RGB

 RED value IS 88 (34.77% from 255) = 22.06%

 GREEN value IS 186 (73.05% from 255) = 46.62%

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 22.06%
G = 46.62%
B = 31.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#58BA7D (or 0x58BA7D) is known color: Emerald. HEX triplet: 58, BA and 7D. RGB value is (88,186,125). Sum of RGB (Red+Green+Blue) = 88+186+125=399 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.06% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #58BA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BA7D is #A74582. Grayscale: #959595. Windows color (decimal): -10962307 or 8239704. OLE color: 8239704.

HSL color Cylindrical-coordinate representation of color #58BA7D: hue angle of 142.65º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BA7D is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 186 125 -
CMYK 0.53 0 0.33 0.27
HSL 142.65º 0.42% 0.54% -
HSV(B) 142.65º 0.53% 0.73% -
XYZ 25.29 38.67 25.53 -
YUV 149.74 114.03 83.96 -
System Red Green Blue C M Y K H S L
Decimal 88 186 125 0.53 0 0.33 0.27 142.65 0.42 0.54
Hex 58 BA 7D 35 0 21 1B 8F 2A 36
Octal 130 272 175 65 0 41 33 217 52 66
Binary 1011000 10111010 1111101 110101 0 100001 11011 10001111 101010 110110

Color Harmonies of #58BA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BA7D

Black with #58BA7D

Text Example


Text Example

White with #58BA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58BA7D; }

 p { color: rgb(88,186,125); }

 H1.HeaderClassName
 {
   color: #58BA7D;
 }
 .AnyTagClassName
 {
   color: #58BA7D;
 }
</style>

background-color css

<style>
 a { background-color: #58BA7D; }

 a { background-color: rgb(88,186,125); }

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

border-color css

<style>
 span { border-color: #58BA7D; }

 span { border-color: rgb(88,186,125); }

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