#68EDCE

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

Shades of Aquamarine #68EDCE

Tints of Aquamarine #68EDCE

Color information

#68EDCE (or 0x68EDCE) is unknown color: approx Aquamarine. HEX triplet: 68, ED and CE. RGB value is (104,237,206). Sum of RGB (Red+Green+Blue) = 104+237+206=547 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.01% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #68EDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EDCE is #971231. Grayscale: #C1C1C1. Windows color (decimal): -9900594 or 13561192. OLE color: 13561192.

HSL color Cylindrical-coordinate representation of color #68EDCE: hue angle of 166.02º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EDCE is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB104237206-
CMYK0.5600.130.07
HSL166.02º78.7%66.86%-
HSV(B)166.02º56.12%92.94%-
XYZ47.1367.9769.03-
YUV193.7134.9464.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.01%
GREEN value IS 237 (92.97% from 255) = 43.33%
BLUE value IS 206 (80.86% from 255) = 37.66%
R=19.01%
G=43.33%
B=37.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1042372060.5600.130.07166.0278.766.86
Hex68EDCE380D7a64f43
Octal150355316700157246117103
Binary11010001110110111001110111000011011111010011010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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