#68D9B1

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

Shades of Medium Aquamarine #68D9B1

Tints of Medium Aquamarine #68D9B1

Color information

#68D9B1 (or 0x68D9B1) is unknown color: approx Medium Aquamarine. HEX triplet: 68, D9 and B1. RGB value is (104,217,177). Sum of RGB (Red+Green+Blue) = 104+217+177=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #68D9B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D9B1 is #97264E. Grayscale: #B2B2B2. Windows color (decimal): -9905743 or 11655528. OLE color: 11655528.

HSL color Cylindrical-coordinate representation of color #68D9B1: hue angle of 158.76º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D9B1 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB104217177-
CMYK0.5200.180.15
HSL158.76º59.79%62.94%-
HSV(B)158.76º52.07%85.1%-
XYZ38.4655.7450.33-
YUV178.65127.0674.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.88%
GREEN value IS 217 (85.16% from 255) = 43.57%
BLUE value IS 177 (69.53% from 255) = 35.54%
R=20.88%
G=43.57%
B=35.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1042171770.5200.180.15158.7659.7962.94
Hex68D9B134012F9f3c3f
Octal15033126164022172377477
Binary11010001101100110110001110100010010111110011111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,217,177); }

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

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

 a { background-color: rgb(104,217,177); }

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

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

 span { border-color: rgb(104,217,177); }

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