#66FED6

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

Shades of Aquamarine #66FED6

Tints of Aquamarine #66FED6

Color information

#66FED6 (or 0x66FED6) is unknown color: approx Aquamarine. HEX triplet: 66, FE and D6. RGB value is (102,254,214). Sum of RGB (Red+Green+Blue) = 102+254+214=570 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.89% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #66FED6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FED6 is #990129. Grayscale: #CBCBCB. Windows color (decimal): -10027306 or 14089830. OLE color: 14089830.

HSL color Cylindrical-coordinate representation of color #66FED6: hue angle of 164.21º 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 #66FED6 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB102254214-
CMYK0.6000.160.00
HSL164.21º98.7%69.8%-
HSV(B)164.21º59.84%99.61%-
XYZ53.0678.5675.99-
YUV203.99133.6455.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.89%
GREEN value IS 254 (99.61% from 255) = 44.56%
BLUE value IS 214 (83.98% from 255) = 37.54%
R=17.89%
G=44.56%
B=37.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1022542140.6000.160.00164.2198.769.8
Hex66FED63C0100a46346
Octal146376326740200244143106
Binary1100110111111101101011011110001000001010010011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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