Html Css Color HEX #5CBA7A Emerald

📋 copy color: '#5CBA7A'

red 92 ◦ green 186 ◦ blue 122

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

Shades of Emerald #5CBA7A

Tints of Emerald #5CBA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.5%

R = 23%
G = 46.5%
B = 30.5%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#5CBA7A (or 0x5CBA7A) is known color: Emerald. HEX triplet: 5C, BA and 7A. RGB value is (92,186,122). Sum of RGB (Red+Green+Blue) = 92+186+122=400 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #5CBA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBA7A is #A34585. Grayscale: #969696. Windows color (decimal): -10700166 or 8043100. OLE color: 8043100.

HSL color Cylindrical-coordinate representation of color #5CBA7A: hue angle of 139.15º 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 #5CBA7A is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 92 186 122 -
CMYK 0.51 0 0.34 0.27
HSL 139.15º 0.41% 0.55% -
HSV(B) 139.15º 0.51% 0.73% -
XYZ 25.49 38.8 24.56 -
YUV 150.6 111.86 86.2 -
System Red Green Blue C M Y K H S L
Decimal 92 186 122 0.51 0 0.34 0.27 139.15 0.41 0.55
Hex 5C BA 7A 33 0 22 1B 8B 29 37
Octal 134 272 172 63 0 42 33 213 51 67
Binary 1011100 10111010 1111010 110011 0 100010 11011 10001011 101001 110111

Color Harmonies of #5CBA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBA7A

Black with #5CBA7A

Text Example


Text Example

White with #5CBA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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