#68F5E1

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

Shades of Aquamarine #68F5E1

Tints of Aquamarine #68F5E1

Color information

#68F5E1 (or 0x68F5E1) is unknown color: approx Aquamarine. HEX triplet: 68, F5 and E1. RGB value is (104,245,225). Sum of RGB (Red+Green+Blue) = 104+245+225=574 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.12% from 574); Green value is 245 (96.09% from 255 or 42.68% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 245 - color contains mainly: green. Hex color #68F5E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F5E1 is #970A1E. Grayscale: #C8C8C8. Windows color (decimal): -9898527 or 14808424. OLE color: 14808424.

HSL color Cylindrical-coordinate representation of color #68F5E1: hue angle of 171.49º 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 #68F5E1 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB104245225-
CMYK0.5800.080.04
HSL171.49º87.58%68.43%-
HSV(B)171.49º57.55%96.08%-
XYZ51.9573.6882.72-
YUV200.56141.7959.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.12%
GREEN value IS 245 (96.09% from 255) = 42.68%
BLUE value IS 225 (88.28% from 255) = 39.20%
R=18.12%
G=42.68%
B=39.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1042452250.5800.080.04171.4987.5868.43
Hex68F5E13A084ab5844
Octal150365341720104253130104
Binary11010001111010111100001111010010001001010101110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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