#45C088

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

Shades of Emerald #45C088

Tints of Emerald #45C088

Color information

#45C088 (or 0x45C088) is unknown color: approx Emerald. HEX triplet: 45, C0 and 88. RGB value is (69,192,136). Sum of RGB (Red+Green+Blue) = 69+192+136=397 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.38% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #45C088 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45C088 is #BA3F77. Grayscale: #949494. Windows color (decimal): -12205944 or 8962117. OLE color: 8962117.

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

Color convert

RGB69192136-
CMYK0.6400.290.25
HSL152.68º49.4%51.18%-
HSV(B)152.68º64.06%75.29%-
XYZ25.7540.7429.8-
YUV148.84120.7571.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.38%
GREEN value IS 192 (75.39% from 255) = 48.36%
BLUE value IS 136 (53.52% from 255) = 34.26%
R=17.38%
G=48.36%
B=34.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal691921360.6400.290.25152.6849.451.18
Hex45C0884001D19993133
Octal105300210100035312316163
Binary1000101110000001000100010000000111011100110011001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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