Html Css Color HEX #5CBA7C Emerald

📋 copy color: '#5CBA7C'

red 92 ◦ green 186 ◦ blue 124

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

Shades of Emerald #5CBA7C

Tints of Emerald #5CBA7C

RGB

 RED value IS 92 (36.33% from 255) = 22.89%

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

 BLUE value IS 124 (48.83% from 255) = 30.85%

R = 22.89%
G = 46.27%
B = 30.85%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#5CBA7C (or 0x5CBA7C) is known color: Emerald. HEX triplet: 5C, BA and 7C. RGB value is (92,186,124). Sum of RGB (Red+Green+Blue) = 92+186+124=402 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.89% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #5CBA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBA7C is #A34583. Grayscale: #969696. Windows color (decimal): -10700164 or 8174172. OLE color: 8174172.

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

Color convert

RGB 92 186 124 -
CMYK 0.51 0 0.33 0.27
HSL 140.43º 0.41% 0.55% -
HSV(B) 140.43º 0.51% 0.73% -
XYZ 25.61 38.85 25.22 -
YUV 150.83 112.86 86.04 -
System Red Green Blue C M Y K H S L
Decimal 92 186 124 0.51 0 0.33 0.27 140.43 0.41 0.55
Hex 5C BA 7C 33 0 21 1B 8C 29 37
Octal 134 272 174 63 0 41 33 214 51 67
Binary 1011100 10111010 1111100 110011 0 100001 11011 10001100 101001 110111

Color Harmonies of #5CBA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBA7C

Black with #5CBA7C

Text Example


Text Example

White with #5CBA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,186,124); }

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

background-color css

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

 a { background-color: rgb(92,186,124); }

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

border-color css

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

 span { border-color: rgb(92,186,124); }

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