#68F9E0

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

Shades of Aquamarine #68F9E0

Tints of Aquamarine #68F9E0

Color information

#68F9E0 (or 0x68F9E0) is unknown color: approx Aquamarine. HEX triplet: 68, F9 and E0. RGB value is (104,249,224). Sum of RGB (Red+Green+Blue) = 104+249+224=577 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.02% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #68F9E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F9E0 is #97061F. Grayscale: #CACACA. Windows color (decimal): -9897504 or 14743912. OLE color: 14743912.

HSL color Cylindrical-coordinate representation of color #68F9E0: hue angle of 169.66º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F9E0 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB104249224-
CMYK0.5800.100.02
HSL169.66º92.36%69.22%-
HSV(B)169.66º58.23%97.65%-
XYZ53.0476.0882.41-
YUV202.8139.9657.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.02%
GREEN value IS 249 (97.66% from 255) = 43.15%
BLUE value IS 224 (87.89% from 255) = 38.82%
R=18.02%
G=43.15%
B=38.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1042492240.5800.100.02169.6692.3669.22
Hex68F9E03A0A2aa5c45
Octal150371340720122252134105
Binary1101000111110011110000011101001010101010101010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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