#68EFD1

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

Shades of Aquamarine #68EFD1

Tints of Aquamarine #68EFD1

Color information

#68EFD1 (or 0x68EFD1) is unknown color: approx Aquamarine. HEX triplet: 68, EF and D1. RGB value is (104,239,209). Sum of RGB (Red+Green+Blue) = 104+239+209=552 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.84% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 239 - color contains mainly: green. Hex color #68EFD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EFD1 is #97102E. Grayscale: #C3C3C3. Windows color (decimal): -9900079 or 13758312. OLE color: 13758312.

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

Color convert

RGB104239209-
CMYK0.5600.130.06
HSL166.67º80.84%67.25%-
HSV(B)166.67º56.49%93.73%-
XYZ48.0869.2871.16-
YUV195.21135.7762.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.84%
GREEN value IS 239 (93.75% from 255) = 43.30%
BLUE value IS 209 (82.03% from 255) = 37.86%
R=18.84%
G=43.30%
B=37.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1042392090.5600.130.06166.6780.8467.25
Hex68EFD1380D6a75143
Octal150357321700156247121103
Binary11010001110111111010001111000011011101010011110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,239,209); }

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

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

 a { background-color: rgb(104,239,209); }

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

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

 span { border-color: rgb(104,239,209); }

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