#68D19D

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

Shades of Medium Aquamarine #68D19D

Tints of Medium Aquamarine #68D19D

Color information

#68D19D (or 0x68D19D) is unknown color: approx Medium Aquamarine. HEX triplet: 68, D1 and 9D. RGB value is (104,209,157). Sum of RGB (Red+Green+Blue) = 104+209+157=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 209 - color contains mainly: green. Hex color #68D19D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D19D is #972E62. Grayscale: #ABABAB. Windows color (decimal): -9907811 or 10342760. OLE color: 10342760.

HSL color Cylindrical-coordinate representation of color #68D19D: hue angle of 150.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D19D is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB104209157-
CMYK0.5000.250.18
HSL150.29º53.3%61.37%-
HSV(B)150.29º50.24%81.96%-
XYZ34.650.9839.91-
YUV171.68119.7179.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.13%
GREEN value IS 209 (82.03% from 255) = 44.47%
BLUE value IS 157 (61.72% from 255) = 33.40%
R=22.13%
G=44.47%
B=33.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1042091570.5000.250.18150.2953.361.37
Hex68D19D320191296353d
Octal15032123562031222266575
Binary110100011010001100111011100100110011001010010110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,209,157); }

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

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

 a { background-color: rgb(104,209,157); }

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

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

 span { border-color: rgb(104,209,157); }

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