#68F1D0

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

Shades of Aquamarine #68F1D0

Tints of Aquamarine #68F1D0

Color information

#68F1D0 (or 0x68F1D0) is unknown color: approx Aquamarine. HEX triplet: 68, F1 and D0. RGB value is (104,241,208). Sum of RGB (Red+Green+Blue) = 104+241+208=553 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.81% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #68F1D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F1D0 is #970E2F. Grayscale: #C4C4C4. Windows color (decimal): -9899568 or 13693288. OLE color: 13693288.

HSL color Cylindrical-coordinate representation of color #68F1D0: hue angle of 165.55º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F1D0 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB104241208-
CMYK0.5700.140.05
HSL165.55º83.03%67.65%-
HSV(B)165.55º56.85%94.51%-
XYZ48.5570.4170.71-
YUV196.27134.6162.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.81%
GREEN value IS 241 (94.53% from 255) = 43.58%
BLUE value IS 208 (81.64% from 255) = 37.61%
R=18.81%
G=43.58%
B=37.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1042412080.5700.140.05165.5583.0367.65
Hex68F1D0390E5a65344
Octal150361320710165246123104
Binary11010001111000111010000111001011101011010011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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