#66F7C1

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

Shades of Aquamarine #66F7C1

Tints of Aquamarine #66F7C1

Color information

#66F7C1 (or 0x66F7C1) is unknown color: approx Aquamarine. HEX triplet: 66, F7 and C1. RGB value is (102,247,193). Sum of RGB (Red+Green+Blue) = 102+247+193=542 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.82% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #66F7C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F7C1 is #99083E. Grayscale: #C5C5C5. Windows color (decimal): -10029119 or 12711782. OLE color: 12711782.

HSL color Cylindrical-coordinate representation of color #66F7C1: hue angle of 157.66º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F7C1 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB102247193-
CMYK0.5900.220.03
HSL157.66º90.06%68.43%-
HSV(B)157.66º58.7%96.86%-
XYZ48.3773.262.03-
YUV197.49125.4659.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.82%
GREEN value IS 247 (96.88% from 255) = 45.57%
BLUE value IS 193 (75.78% from 255) = 35.61%
R=18.82%
G=45.57%
B=35.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1022471930.5900.220.03157.6690.0668.43
Hex66F7C13B01639e5a44
Octal146367301730263236132104
Binary11001101111011111000001111011010110111001111010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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