#45C188

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

Shades of Emerald #45C188

Tints of Emerald #45C188

Color information

#45C188 (or 0x45C188) is unknown color: approx Emerald. HEX triplet: 45, C1 and 88. RGB value is (69,193,136). Sum of RGB (Red+Green+Blue) = 69+193+136=398 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.34% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #45C188 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45C188 is #BA3E77. Grayscale: #959595. Windows color (decimal): -12205688 or 8962373. OLE color: 8962373.

HSL color Cylindrical-coordinate representation of color #45C188: hue angle of 152.42º 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 #45C188 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB69193136-
CMYK0.6400.300.24
HSL152.42º50%51.37%-
HSV(B)152.42º64.25%75.69%-
XYZ25.9741.1829.87-
YUV149.43120.4270.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.34%
GREEN value IS 193 (75.78% from 255) = 48.49%
BLUE value IS 136 (53.52% from 255) = 34.17%
R=17.34%
G=48.49%
B=34.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal691931360.6400.300.24152.425051.37
Hex45C1884001E18983233
Octal105301210100036302306263
Binary1000101110000011000100010000000111101100010011000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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