#68FCDD

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

Shades of Aquamarine #68FCDD

Tints of Aquamarine #68FCDD

Color information

#68FCDD (or 0x68FCDD) is unknown color: approx Aquamarine. HEX triplet: 68, FC and DD. RGB value is (104,252,221). Sum of RGB (Red+Green+Blue) = 104+252+221=577 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.02% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FCDD is #970322. Grayscale: #CCCCCC. Windows color (decimal): -9896739 or 14548072. OLE color: 14548072.

HSL color Cylindrical-coordinate representation of color #68FCDD: hue angle of 167.43º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FCDD is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB104252221-
CMYK0.5900.120.01
HSL167.43º96.1%69.8%-
HSV(B)167.43º58.73%98.82%-
XYZ53.5777.7880.6-
YUV204.21137.4756.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.02%
GREEN value IS 252 (98.83% from 255) = 43.67%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=18.02%
G=43.67%
B=38.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1042522210.5900.120.01167.4396.169.8
Hex68FCDD3B0C1a76046
Octal150374335730141247140106
Binary110100011111100110111011110110110011010011111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68FCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,252,221); }

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

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

 a { background-color: rgb(104,252,221); }

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

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

 span { border-color: rgb(104,252,221); }

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