#68F5CE

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

Shades of Aquamarine #68F5CE

Tints of Aquamarine #68F5CE

Color information

#68F5CE (or 0x68F5CE) is unknown color: approx Aquamarine. HEX triplet: 68, F5 and CE. RGB value is (104,245,206). Sum of RGB (Red+Green+Blue) = 104+245+206=555 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.74% from 555); Green value is 245 (96.09% from 255 or 44.14% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 245 - color contains mainly: green. Hex color #68F5CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F5CE is #970A31. Grayscale: #C6C6C6. Windows color (decimal): -9898546 or 13563240. OLE color: 13563240.

HSL color Cylindrical-coordinate representation of color #68F5CE: hue angle of 163.4º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F5CE is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB104245206-
CMYK0.5800.160.04
HSL163.4º87.58%68.43%-
HSV(B)163.4º57.55%96.08%-
XYZ49.572.769.82-
YUV198.4132.2960.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.74%
GREEN value IS 245 (96.09% from 255) = 44.14%
BLUE value IS 206 (80.86% from 255) = 37.12%
R=18.74%
G=44.14%
B=37.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1042452060.5800.160.04163.487.5868.43
Hex68F5CE3A0104a35844
Octal150365316720204243130104
Binary110100011110101110011101110100100001001010001110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,245,206); }

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

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

 a { background-color: rgb(104,245,206); }

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

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

 span { border-color: rgb(104,245,206); }

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