#65FDCD

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

Shades of Aquamarine #65FDCD

Tints of Aquamarine #65FDCD

Color information

#65FDCD (or 0x65FDCD) is unknown color: approx Aquamarine. HEX triplet: 65, FD and CD. RGB value is (101,253,205). Sum of RGB (Red+Green+Blue) = 101+253+205=559 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.07% from 559); Green value is 253 (99.22% from 255 or 45.26% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 253 - color contains mainly: green. Hex color #65FDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FDCD is #9A0232. Grayscale: #CACACA. Windows color (decimal): -10093107 or 13499749. OLE color: 13499749.

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

Color convert

RGB101253205-
CMYK0.6000.190.01
HSL161.05º97.44%69.41%-
HSV(B)161.05º60.08%99.22%-
XYZ51.5177.4369.99-
YUV202.08129.6455.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.07%
GREEN value IS 253 (99.22% from 255) = 45.26%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=18.07%
G=45.26%
B=36.67%

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
Decimal1012532050.6000.190.01161.0597.4469.41
Hex65FDCD3C0131a16145
Octal145375315740231241141105
Binary1100101111111011100110111110001001111010000111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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