#5CBC7B

Color #5CBC7B Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #5CBC7B

Tints of Emerald #5CBC7B

Color information

#5CBC7B (or 0x5CBC7B) is unknown color: approx Emerald. HEX triplet: 5C, BC and 7B. RGB value is (92,188,123). Sum of RGB (Red+Green+Blue) = 92+188+123=403 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.83% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBC7B is #A34384. Grayscale: #989898. Windows color (decimal): -10699653 or 8109148. OLE color: 8109148.

HSL color Cylindrical-coordinate representation of color #5CBC7B: hue angle of 139.38º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBC7B is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB92188123-
CMYK0.5100.350.26
HSL139.38º41.74%54.9%-
HSV(B)139.38º51.06%73.73%-
XYZ25.9739.6725.03-
YUV151.89111.785.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.83%
GREEN value IS 188 (73.83% from 255) = 46.65%
BLUE value IS 123 (48.44% from 255) = 30.52%
R=22.83%
G=46.65%
B=30.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal921881230.5100.350.26139.3841.7454.9
Hex5CBC7B330231A8b2a37
Octal13427417363043322135267
Binary101110010111100111101111001101000111101010001011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5CBC7B;
 }
 .AnyTagClassName
 {
   color: #5CBC7B;
 }
</style>
background-color css

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

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

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

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

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

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