#66FBA3

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

Shades of Medium Aquamarine #66FBA3

Tints of Medium Aquamarine #66FBA3

Color information

#66FBA3 (or 0x66FBA3) is unknown color: approx Medium Aquamarine. HEX triplet: 66, FB and A3. RGB value is (102,251,163). Sum of RGB (Red+Green+Blue) = 102+251+163=516 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.77% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 251 - color contains mainly: green. Hex color #66FBA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FBA3 is #99045C. Grayscale: #C4C4C4. Windows color (decimal): -10028125 or 10746726. OLE color: 10746726.

HSL color Cylindrical-coordinate representation of color #66FBA3: hue angle of 144.56º degrees, saturation: 0.95, 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 #66FBA3 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB102251163-
CMYK0.5900.350.02
HSL144.56º94.9%69.22%-
HSV(B)144.56º59.36%98.43%-
XYZ46.5974.4646.57-
YUV196.42109.1460.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.77%
GREEN value IS 251 (98.44% from 255) = 48.64%
BLUE value IS 163 (64.06% from 255) = 31.59%
R=19.77%
G=48.64%
B=31.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1022511630.5900.350.02144.5694.969.22
Hex66FBA33B0232915f45
Octal146373243730432221137105
Binary110011011111011101000111110110100011101001000110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,251,163); }

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

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

 a { background-color: rgb(102,251,163); }

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

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

 span { border-color: rgb(102,251,163); }

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