#68F5E0

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

Shades of Aquamarine #68F5E0

Tints of Aquamarine #68F5E0

Color information

#68F5E0 (or 0x68F5E0) is unknown color: approx Aquamarine. HEX triplet: 68, F5 and E0. RGB value is (104,245,224). Sum of RGB (Red+Green+Blue) = 104+245+224=573 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.15% from 573); Green value is 245 (96.09% from 255 or 42.76% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 245 - color contains mainly: green. Hex color #68F5E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F5E0 is #970A1F. Grayscale: #C8C8C8. Windows color (decimal): -9898528 or 14742888. OLE color: 14742888.

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

Color convert

RGB104245224-
CMYK0.5800.090.04
HSL171.06º87.58%68.43%-
HSV(B)171.06º57.55%96.08%-
XYZ51.8273.6382-
YUV200.45141.2959.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.15%
GREEN value IS 245 (96.09% from 255) = 42.76%
BLUE value IS 224 (87.89% from 255) = 39.09%
R=18.15%
G=42.76%
B=39.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1042452240.5800.090.04171.0687.5868.43
Hex68F5E03A094ab5844
Octal150365340720114253130104
Binary11010001111010111100000111010010011001010101110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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