#65FED8

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

Shades of Aquamarine #65FED8

Tints of Aquamarine #65FED8

Color information

#65FED8 (or 0x65FED8) is unknown color: approx Aquamarine. HEX triplet: 65, FE and D8. RGB value is (101,254,216). Sum of RGB (Red+Green+Blue) = 101+254+216=571 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.69% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 254 - color contains mainly: green. Hex color #65FED8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FED8 is #9A0127. Grayscale: #CBCBCB. Windows color (decimal): -10092840 or 14220901. OLE color: 14220901.

HSL color Cylindrical-coordinate representation of color #65FED8: hue angle of 165.1º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FED8 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB101254216-
CMYK0.6000.150.00
HSL165.1º98.71%69.61%-
HSV(B)165.1º60.24%99.61%-
XYZ53.278.6177.33-
YUV203.92134.8154.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.69%
GREEN value IS 254 (99.61% from 255) = 44.48%
BLUE value IS 216 (84.77% from 255) = 37.83%
R=17.69%
G=44.48%
B=37.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1012542160.6000.150.00165.198.7169.61
Hex65FED83C0F0a56346
Octal145376330740170245143106
Binary110010111111110110110001111000111101010010111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,254,216); }

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

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

 a { background-color: rgb(101,254,216); }

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

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

 span { border-color: rgb(101,254,216); }

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