#66F9C1

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

Shades of Aquamarine #66F9C1

Tints of Aquamarine #66F9C1

Color information

#66F9C1 (or 0x66F9C1) is unknown color: approx Aquamarine. HEX triplet: 66, F9 and C1. RGB value is (102,249,193). Sum of RGB (Red+Green+Blue) = 102+249+193=544 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.75% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #66F9C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F9C1 is #99063E. Grayscale: #C6C6C6. Windows color (decimal): -10028607 or 12712294. OLE color: 12712294.

HSL color Cylindrical-coordinate representation of color #66F9C1: hue angle of 157.14º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F9C1 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB102249193-
CMYK0.5900.220.02
HSL157.14º92.45%68.82%-
HSV(B)157.14º59.04%97.65%-
XYZ48.9874.4362.24-
YUV198.66124.859.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.75%
GREEN value IS 249 (97.66% from 255) = 45.77%
BLUE value IS 193 (75.78% from 255) = 35.48%
R=18.75%
G=45.77%
B=35.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1022491930.5900.220.02157.1492.4568.82
Hex66F9C13B01629d5c45
Octal146371301730262235134105
Binary11001101111100111000001111011010110101001110110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,249,193); }

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

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

 a { background-color: rgb(102,249,193); }

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

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

 span { border-color: rgb(102,249,193); }

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