#68D0A1

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

Shades of Medium Aquamarine #68D0A1

Tints of Medium Aquamarine #68D0A1

Color information

#68D0A1 (or 0x68D0A1) is unknown color: approx Medium Aquamarine. HEX triplet: 68, D0 and A1. RGB value is (104,208,161). Sum of RGB (Red+Green+Blue) = 104+208+161=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 208 - color contains mainly: green. Hex color #68D0A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D0A1 is #972F5E. Grayscale: #ABABAB. Windows color (decimal): -9908063 or 10604648. OLE color: 10604648.

HSL color Cylindrical-coordinate representation of color #68D0A1: hue angle of 152.88º 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 #68D0A1 is Cyan = 0.5, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB104208161-
CMYK0.500.230.18
HSL152.88º52.53%61.18%-
HSV(B)152.88º50%81.57%-
XYZ34.750.6341.66-
YUV171.55122.0479.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.99%
GREEN value IS 208 (81.64% from 255) = 43.97%
BLUE value IS 161 (63.28% from 255) = 34.04%
R=21.99%
G=43.97%
B=34.04%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1042081610.500.230.18152.8852.5361.18
Hex68D0A1320171299353d
Octal15032024162027222316575
Binary110100011010000101000011100100101111001010011001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,208,161); }

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

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

 a { background-color: rgb(104,208,161); }

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

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

 span { border-color: rgb(104,208,161); }

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