#45C189

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

Shades of Emerald #45C189

Tints of Emerald #45C189

Color information

#45C189 (or 0x45C189) is unknown color: approx Emerald. HEX triplet: 45, C1 and 89. RGB value is (69,193,137). Sum of RGB (Red+Green+Blue) = 69+193+137=399 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.29% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #45C189 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45C189 is #BA3E76. Grayscale: #959595. Windows color (decimal): -12205687 or 9027909. OLE color: 9027909.

HSL color Cylindrical-coordinate representation of color #45C189: hue angle of 152.9º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C189 is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB69193137-
CMYK0.6400.290.24
HSL152.9º50%51.37%-
HSV(B)152.9º64.25%75.69%-
XYZ26.0441.2130.25-
YUV149.54120.9270.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.29%
GREEN value IS 193 (75.78% from 255) = 48.37%
BLUE value IS 137 (53.91% from 255) = 34.34%
R=17.29%
G=48.37%
B=34.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal691931370.6400.290.24152.95051.37
Hex45C1894001D18993233
Octal105301211100035302316263
Binary1000101110000011000100110000000111011100010011001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45C189; }

 p { color: rgb(69,193,137); }

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

<style>
 a { background-color: #45C189; }

 a { background-color: rgb(69,193,137); }

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

<style>
 span { border-color: #45C189; }

 span { border-color: rgb(69,193,137); }

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