#45C180

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

Shades of Emerald #45C180

Tints of Emerald #45C180

Color information

#45C180 (or 0x45C180) is unknown color: approx Emerald. HEX triplet: 45, C1 and 80. RGB value is (69,193,128). Sum of RGB (Red+Green+Blue) = 69+193+128=390 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.69% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #45C180 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45C180 is #BA3E7F. Grayscale: #949494. Windows color (decimal): -12205696 or 8438085. OLE color: 8438085.

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

Color convert

RGB69193128-
CMYK0.6400.340.24
HSL148.55º50%51.37%-
HSV(B)148.55º64.25%75.69%-
XYZ25.4240.9626.99-
YUV148.51116.4271.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.69%
GREEN value IS 193 (75.78% from 255) = 49.49%
BLUE value IS 128 (50.39% from 255) = 32.82%
R=17.69%
G=49.49%
B=32.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal691931280.6400.340.24148.555051.37
Hex45C1804002218953233
Octal105301200100042302256263
Binary10001011100000110000000100000001000101100010010101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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