#66FED8

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

Shades of Aquamarine #66FED8

Tints of Aquamarine #66FED8

Color information

#66FED8 (or 0x66FED8) is unknown color: approx Aquamarine. HEX triplet: 66, FE and D8. RGB value is (102,254,216). Sum of RGB (Red+Green+Blue) = 102+254+216=572 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.83% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #66FED8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FED8 is #990127. Grayscale: #CCCCCC. Windows color (decimal): -10027304 or 14220902. OLE color: 14220902.

HSL color Cylindrical-coordinate representation of color #66FED8: hue angle of 165º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FED8 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB102254216-
CMYK0.6000.150.00
HSL165º98.7%69.8%-
HSV(B)165º59.84%99.61%-
XYZ53.3278.6777.34-
YUV204.22134.6455.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.83%
GREEN value IS 254 (99.61% from 255) = 44.41%
BLUE value IS 216 (84.77% from 255) = 37.76%
R=17.83%
G=44.41%
B=37.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1022542160.6000.150.0016598.769.8
Hex66FED83C0F0a56346
Octal146376330740170245143106
Binary110011011111110110110001111000111101010010111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66FED8; }

 p { color: rgb(102,254,216); }

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

<style>
 a { background-color: #66FED8; }

 a { background-color: rgb(102,254,216); }

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

<style>
 span { border-color: #66FED8; }

 span { border-color: rgb(102,254,216); }

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