#65FDCE

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

Shades of Aquamarine #65FDCE

Tints of Aquamarine #65FDCE

Color information

#65FDCE (or 0x65FDCE) is unknown color: approx Aquamarine. HEX triplet: 65, FD and CE. RGB value is (101,253,206). Sum of RGB (Red+Green+Blue) = 101+253+206=560 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.04% from 560); Green value is 253 (99.22% from 255 or 45.18% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 253 - color contains mainly: green. Hex color #65FDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FDCE is #9A0231. Grayscale: #CACACA. Windows color (decimal): -10093106 or 13565285. OLE color: 13565285.

HSL color Cylindrical-coordinate representation of color #65FDCE: hue angle of 161.45º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FDCE is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB101253206-
CMYK0.6000.190.01
HSL161.45º97.44%69.41%-
HSV(B)161.45º60.08%99.22%-
XYZ51.6377.4770.63-
YUV202.19130.1455.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.04%
GREEN value IS 253 (99.22% from 255) = 45.18%
BLUE value IS 206 (80.86% from 255) = 36.79%
R=18.04%
G=45.18%
B=36.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1012532060.6000.190.01161.4597.4469.41
Hex65FDCE3C0131a16145
Octal145375316740231241141105
Binary1100101111111011100111011110001001111010000111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,253,206); }

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

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

 a { background-color: rgb(101,253,206); }

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

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

 span { border-color: rgb(101,253,206); }

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