#65FADD

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

Shades of Aquamarine #65FADD

Tints of Aquamarine #65FADD

Color information

#65FADD (or 0x65FADD) is unknown color: approx Aquamarine. HEX triplet: 65, FA and DD. RGB value is (101,250,221). Sum of RGB (Red+Green+Blue) = 101+250+221=572 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.66% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 250 - color contains mainly: green. Hex color #65FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FADD is #9A0522. Grayscale: #CACACA. Windows color (decimal): -10093859 or 14547557. OLE color: 14547557.

HSL color Cylindrical-coordinate representation of color #65FADD: hue angle of 168.32º 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 #65FADD is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB101250221-
CMYK0.6000.120.02
HSL168.32º93.71%68.82%-
HSV(B)168.32º59.6%98.04%-
XYZ52.676.3680.37-
YUV202.14138.6455.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.66%
GREEN value IS 250 (98.05% from 255) = 43.71%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=17.66%
G=43.71%
B=38.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012502210.6000.120.02168.3293.7168.82
Hex65FADD3C0C2a85e45
Octal145372335740142250136105
Binary1100101111110101101110111110001100101010100010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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