#68f2cd

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

Shades of Aquamarine #68F2CD

Tints of Aquamarine #68F2CD

Color information

#68F2CD (or 0x68F2CD) is unknown color: approx Aquamarine. HEX triplet: 68, F2 and CD. RGB value is (104,242,205). Sum of RGB (Red+Green+Blue) = 104+242+205=551 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.87% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #68F2CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F2CD is #970D32. Grayscale: #C4C4C4. Windows color (decimal): -9899315 or 13496936. OLE color: 13496936.

HSL color Cylindrical-coordinate representation of color #68F2CD: hue angle of 163.91º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F2CD is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB104242205-
CMYK0.5700.150.05
HSL163.91º84.15%67.84%-
HSV(B)163.91º57.02%94.9%-
XYZ48.4870.8668.88-
YUV196.52132.7862.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.87%
GREEN value IS 242 (94.92% from 255) = 43.92%
BLUE value IS 205 (80.47% from 255) = 37.21%
R=18.87%
G=43.92%
B=37.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1042422050.5700.150.05163.9184.1567.84
Hex68F2CD390F5a45444
Octal150362315710175244124104
Binary11010001111001011001101111001011111011010010010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68f2cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,242,205); }

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

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

 a { background-color: rgb(104,242,205); }

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

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

 span { border-color: rgb(104,242,205); }

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