Html Css Color HEX #5CBA7B Emerald

📋 copy color: '#5CBA7B'

red 92 ◦ green 186 ◦ blue 123

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

Shades of Emerald #5CBA7B

Tints of Emerald #5CBA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.67%

R = 22.94%
G = 46.38%
B = 30.67%

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

#5CBA7B (or 0x5CBA7B) is known color: Emerald. HEX triplet: 5C, BA and 7B. RGB value is (92,186,123). Sum of RGB (Red+Green+Blue) = 92+186+123=401 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.94% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #5CBA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBA7B is #A34584. Grayscale: #969696. Windows color (decimal): -10700165 or 8108636. OLE color: 8108636.

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

Color convert

RGB 92 186 123 -
CMYK 0.51 0 0.34 0.27
HSL 139.79º 0.41% 0.55% -
HSV(B) 139.79º 0.51% 0.73% -
XYZ 25.55 38.82 24.89 -
YUV 150.71 112.36 86.12 -
System Red Green Blue C M Y K H S L
Decimal 92 186 123 0.51 0 0.34 0.27 139.79 0.41 0.55
Hex 5C BA 7B 33 0 22 1B 8C 29 37
Octal 134 272 173 63 0 42 33 214 51 67
Binary 1011100 10111010 1111011 110011 0 100010 11011 10001100 101001 110111

Color Harmonies of #5CBA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBA7B

Black with #5CBA7B

Text Example


Text Example

White with #5CBA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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