Html Css Color HEX #5DBA7A Emerald

📋 copy color: '#5DBA7A'

red 93 ◦ green 186 ◦ blue 122

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

Shades of Emerald #5DBA7A

Tints of Emerald #5DBA7A

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 value IS 0.5

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#5DBA7A (or 0x5DBA7A) is known color: 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

RGB 93 186 122 -
CMYK 0.5 0 0.34 0.27
HSL 138.71º 0.4% 0.55% -
HSV(B) 138.71º 0.5% 0.73% -
XYZ 25.59 38.85 24.56 -
YUV 150.9 111.69 86.7 -
System Red Green Blue C M Y K H S L
Decimal 93 186 122 0.5 0 0.34 0.27 138.71 0.4 0.55
Hex 5D BA 7A 32 0 22 1B 8B 28 37
Octal 135 272 172 62 0 42 33 213 50 67
Binary 1011101 10111010 1111010 110010 0 100010 11011 10001011 101000 110111

Color Harmonies of #5DBA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA7A

Black with #5DBA7A

Text Example


Text Example

White with #5DBA7A

Text Example


Text Example

HTML Codes & Css Web 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>