#65FACD

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

Shades of Aquamarine #65FACD

Tints of Aquamarine #65FACD

Color information

#65FACD (or 0x65FACD) is unknown color: approx Aquamarine. HEX triplet: 65, FA and CD. RGB value is (101,250,205). Sum of RGB (Red+Green+Blue) = 101+250+205=556 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.17% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #65FACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FACD is #9A0532. Grayscale: #C8C8C8. Windows color (decimal): -10093875 or 13498981. OLE color: 13498981.

HSL color Cylindrical-coordinate representation of color #65FACD: hue angle of 161.88º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FACD is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB101250205-
CMYK0.6000.180.02
HSL161.88º93.71%68.82%-
HSV(B)161.88º59.6%98.04%-
XYZ50.5775.5569.67-
YUV200.32130.6457.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.17%
GREEN value IS 250 (98.05% from 255) = 44.96%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=18.17%
G=44.96%
B=36.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012502050.6000.180.02161.8893.7168.82
Hex65FACD3C0122a25e45
Octal145372315740222242136105
Binary11001011111101011001101111100010010101010001010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65FACD; }

 p { color: rgb(101,250,205); }

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

<style>
 a { background-color: #65FACD; }

 a { background-color: rgb(101,250,205); }

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

<style>
 span { border-color: #65FACD; }

 span { border-color: rgb(101,250,205); }

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