#65FDDE

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

Shades of Aquamarine #65FDDE

Tints of Aquamarine #65FDDE

Color information

#65FDDE (or 0x65FDDE) is unknown color: approx Aquamarine. HEX triplet: 65, FD and DE. RGB value is (101,253,222). Sum of RGB (Red+Green+Blue) = 101+253+222=576 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.53% from 576); Green value is 253 (99.22% from 255 or 43.92% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 253 - color contains mainly: green. Hex color #65FDDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FDDE is #9A0221. Grayscale: #CBCBCB. Windows color (decimal): -10093090 or 14613861. OLE color: 14613861.

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

Color convert

RGB101253222-
CMYK0.6000.120.01
HSL167.76º97.44%69.41%-
HSV(B)167.76º60.08%99.22%-
XYZ53.6878.2981.39-
YUV204.02138.1454.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.53%
GREEN value IS 253 (99.22% from 255) = 43.92%
BLUE value IS 222 (87.11% from 255) = 38.54%
R=17.53%
G=43.92%
B=38.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1012532220.6000.120.01167.7697.4469.41
Hex65FDDE3C0C1a86145
Octal145375336740141250141105
Binary110010111111101110111101111000110011010100011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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