#68D585

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

Shades of Emerald #68D585

Tints of Emerald #68D585

Color information

#68D585 (or 0x68D585) is unknown color: approx Emerald. HEX triplet: 68, D5 and 85. RGB value is (104,213,133). Sum of RGB (Red+Green+Blue) = 104+213+133=450 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.11% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #68D585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D585 is #972A7A. Grayscale: #ABABAB. Windows color (decimal): -9906811 or 8770920. OLE color: 8770920.

HSL color Cylindrical-coordinate representation of color #68D585: hue angle of 135.96º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D585 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB104213133-
CMYK0.5100.380.16
HSL135.96º56.48%62.16%-
HSV(B)135.96º51.17%83.53%-
XYZ33.7452.2330.49-
YUV171.29106.3980-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.11%
GREEN value IS 213 (83.59% from 255) = 47.33%
BLUE value IS 133 (52.34% from 255) = 29.56%
R=23.11%
G=47.33%
B=29.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1042131330.5100.380.16135.9656.4862.16
Hex68D585330261088383e
Octal15032520563046202107076
Binary1101000110101011000010111001101001101000010001000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68D585; }

 p { color: rgb(104,213,133); }

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

<style>
 a { background-color: #68D585; }

 a { background-color: rgb(104,213,133); }

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

<style>
 span { border-color: #68D585; }

 span { border-color: rgb(104,213,133); }

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