#68FED1

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

Shades of Aquamarine #68FED1

Tints of Aquamarine #68FED1

Color information

#68FED1 (or 0x68FED1) is unknown color: approx Aquamarine. HEX triplet: 68, FE and D1. RGB value is (104,254,209). Sum of RGB (Red+Green+Blue) = 104+254+209=567 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.34% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #68FED1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FED1 is #97012E. Grayscale: #CCCCCC. Windows color (decimal): -9896239 or 13762152. OLE color: 13762152.

HSL color Cylindrical-coordinate representation of color #68FED1: hue angle of 162º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FED1 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB104254209-
CMYK0.5900.180.00
HSL162º98.68%70.2%-
HSV(B)162º59.06%99.61%-
XYZ52.6678.4372.68-
YUV204.02130.856.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.34%
GREEN value IS 254 (99.61% from 255) = 44.80%
BLUE value IS 209 (82.03% from 255) = 36.86%
R=18.34%
G=44.80%
B=36.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1042542090.5900.180.0016298.6870.2
Hex68FED13B0120a26346
Octal150376321730220242143106
Binary1101000111111101101000111101101001001010001011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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