#68FAD7

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

Shades of Aquamarine #68FAD7

Tints of Aquamarine #68FAD7

Color information

#68FAD7 (or 0x68FAD7) is unknown color: approx Aquamarine. HEX triplet: 68, FA and D7. RGB value is (104,250,215). Sum of RGB (Red+Green+Blue) = 104+250+215=569 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.28% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 215 (84.38% from 255 or 37.79% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FAD7 is #970528. Grayscale: #CACACA. Windows color (decimal): -9897257 or 14154344. OLE color: 14154344.

HSL color Cylindrical-coordinate representation of color #68FAD7: hue angle of 165.62º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68FAD7 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB104250215-
CMYK0.5800.140.02
HSL165.62º93.59%69.41%-
HSV(B)165.62º58.4%98.04%-
XYZ52.1676.2276.25-
YUV202.36135.1357.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.28%
GREEN value IS 250 (98.05% from 255) = 43.94%
BLUE value IS 215 (84.38% from 255) = 37.79%
R=18.28%
G=43.94%
B=37.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1042502150.5800.140.02165.6293.5969.41
Hex68FAD73A0E2a65e45
Octal150372327720162246136105
Binary1101000111110101101011111101001110101010011010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,250,215); }

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

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

 a { background-color: rgb(104,250,215); }

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

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

 span { border-color: rgb(104,250,215); }

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