#66f1c1

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

Shades of Aquamarine #66F1C1

Tints of Aquamarine #66F1C1

Color information

#66F1C1 (or 0x66F1C1) is unknown color: approx Aquamarine. HEX triplet: 66, F1 and C1. RGB value is (102,241,193). Sum of RGB (Red+Green+Blue) = 102+241+193=536 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.03% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #66F1C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F1C1 is #990E3E. Grayscale: #C2C2C2. Windows color (decimal): -10030655 or 12710246. OLE color: 12710246.

HSL color Cylindrical-coordinate representation of color #66F1C1: hue angle of 159.28º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F1C1 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB102241193-
CMYK0.5800.200.05
HSL159.28º83.23%67.25%-
HSV(B)159.28º57.68%94.51%-
XYZ46.5669.5961.43-
YUV193.97127.4562.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.03%
GREEN value IS 241 (94.53% from 255) = 44.96%
BLUE value IS 193 (75.78% from 255) = 36.01%
R=19.03%
G=44.96%
B=36.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1022411930.5800.200.05159.2883.2367.25
Hex66F1C13A01459f5343
Octal146361301720245237123103
Binary110011011110001110000011110100101001011001111110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66f1c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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