#66F5C1

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

Shades of Aquamarine #66F5C1

Tints of Aquamarine #66F5C1

Color information

#66F5C1 (or 0x66F5C1) is unknown color: approx Aquamarine. HEX triplet: 66, F5 and C1. RGB value is (102,245,193). Sum of RGB (Red+Green+Blue) = 102+245+193=540 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.89% from 540); Green value is 245 (96.09% from 255 or 45.37% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 245 - color contains mainly: green. Hex color #66F5C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F5C1 is #990A3E. Grayscale: #C4C4C4. Windows color (decimal): -10029631 or 12711270. OLE color: 12711270.

HSL color Cylindrical-coordinate representation of color #66F5C1: hue angle of 158.18º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F5C1 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB102245193-
CMYK0.5800.210.04
HSL158.18º87.73%68.04%-
HSV(B)158.18º58.37%96.08%-
XYZ47.7671.9861.83-
YUV196.32126.1260.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.89%
GREEN value IS 245 (96.09% from 255) = 45.37%
BLUE value IS 193 (75.78% from 255) = 35.74%
R=18.89%
G=45.37%
B=35.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1022451930.5800.210.04158.1887.7368.04
Hex66F5C13A01549e5844
Octal146365301720254236130104
Binary110011011110101110000011110100101011001001111010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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