#68FEE0

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

Shades of Aquamarine #68FEE0

Tints of Aquamarine #68FEE0

Color information

#68FEE0 (or 0x68FEE0) is unknown color: approx Aquamarine. HEX triplet: 68, FE and E0. RGB value is (104,254,224). Sum of RGB (Red+Green+Blue) = 104+254+224=582 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.87% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 224 (87.89% from 255 or 38.49% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #68FEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FEE0 is #97011F. Grayscale: #CDCDCD. Windows color (decimal): -9896224 or 14745192. OLE color: 14745192.

HSL color Cylindrical-coordinate representation of color #68FEE0: hue angle of 168º 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 #68FEE0 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB104254224-
CMYK0.5900.120.00
HSL168º98.68%70.2%-
HSV(B)168º59.06%99.61%-
XYZ54.6179.2182.93-
YUV205.73138.355.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 17.87%
GREEN value IS 254 (99.61% from 255) = 43.64%
BLUE value IS 224 (87.89% from 255) = 38.49%
R=17.87%
G=43.64%
B=38.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1042542240.5900.120.0016898.6870.2
Hex68FEE03B0C0a86346
Octal150376340730140250143106
Binary110100011111110111000001110110110001010100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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