#65FDE0

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

Shades of Aquamarine #65FDE0

Tints of Aquamarine #65FDE0

Color information

#65FDE0 (or 0x65FDE0) is unknown color: approx Aquamarine. HEX triplet: 65, FD and E0. RGB value is (101,253,224). Sum of RGB (Red+Green+Blue) = 101+253+224=578 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.47% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #65FDE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FDE0 is #9A021F. Grayscale: #CCCCCC. Windows color (decimal): -10093088 or 14744933. OLE color: 14744933.

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

Color convert

RGB101253224-
CMYK0.6000.110.01
HSL168.55º97.44%69.41%-
HSV(B)168.55º60.08%99.22%-
XYZ53.9578.482.81-
YUV204.25139.1454.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.47%
GREEN value IS 253 (99.22% from 255) = 43.77%
BLUE value IS 224 (87.89% from 255) = 38.75%
R=17.47%
G=43.77%
B=38.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1012532240.6000.110.01168.5597.4469.41
Hex65FDE03C0B1a96145
Octal145375340740131251141105
Binary110010111111101111000001111000101111010100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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