#55C174

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

Shades of Emerald #55C174

Tints of Emerald #55C174

Color information

#55C174 (or 0x55C174) is unknown color: approx Emerald. HEX triplet: 55, C1 and 74. RGB value is (85,193,116). Sum of RGB (Red+Green+Blue) = 85+193+116=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #55C174 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C174 is #AA3E8B. Grayscale: #989898. Windows color (decimal): -11157132 or 7651669. OLE color: 7651669.

HSL color Cylindrical-coordinate representation of color #55C174: hue angle of 137.22º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C174 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB85193116-
CMYK0.5600.400.24
HSL137.22º46.55%54.51%-
HSV(B)137.22º55.96%75.69%-
XYZ25.9741.3323.13-
YUV151.93107.7280.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.57%
GREEN value IS 193 (75.78% from 255) = 48.98%
BLUE value IS 116 (45.70% from 255) = 29.44%
R=21.57%
G=48.98%
B=29.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851931160.5600.400.24137.2246.5554.51
Hex55C1743802818892f37
Octal12530116470050302115767
Binary101010111000001111010011100001010001100010001001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55C174; }

 p { color: rgb(85,193,116); }

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

<style>
 a { background-color: #55C174; }

 a { background-color: rgb(85,193,116); }

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

<style>
 span { border-color: #55C174; }

 span { border-color: rgb(85,193,116); }

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