#65FAD3

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

Shades of Aquamarine #65FAD3

Tints of Aquamarine #65FAD3

Color information

#65FAD3 (or 0x65FAD3) is unknown color: approx Aquamarine. HEX triplet: 65, FA and D3. RGB value is (101,250,211). Sum of RGB (Red+Green+Blue) = 101+250+211=562 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.97% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #65FAD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FAD3 is #9A052C. Grayscale: #C9C9C9. Windows color (decimal): -10093869 or 13892197. OLE color: 13892197.

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

Color convert

RGB101250211-
CMYK0.6000.160.02
HSL164.3º93.71%68.82%-
HSV(B)164.3º59.6%98.04%-
XYZ51.3175.8473.56-
YUV201133.6456.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.97%
GREEN value IS 250 (98.05% from 255) = 44.48%
BLUE value IS 211 (82.81% from 255) = 37.54%
R=17.97%
G=44.48%
B=37.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012502110.6000.160.02164.393.7168.82
Hex65FAD33C0102a45e45
Octal145372323740202244136105
Binary11001011111101011010011111100010000101010010010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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