#99FFDE

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

Shades of Aquamarine #99FFDE

Tints of Aquamarine #99FFDE

Color information

#99FFDE (or 0x99FFDE) is unknown color: approx Aquamarine. HEX triplet: 99, FF and DE. RGB value is (153,255,222). Sum of RGB (Red+Green+Blue) = 153+255+222=630 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.29% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #99FFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FFDE is #660021. Grayscale: #DCDCDC. Windows color (decimal): -6684706 or 14614425. OLE color: 14614425.

HSL color Cylindrical-coordinate representation of color #99FFDE: hue angle of 160.59º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FFDE is Cyan = 0.4, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB153255222-
CMYK0.400.130
HSL160.59º100%80%-
HSV(B)160.59º40%100%-
XYZ62.0883.5781.97-
YUV220.74128.7179.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.29%
GREEN value IS 255 (100% from 255) = 40.48%
BLUE value IS 222 (87.11% from 255) = 35.24%
R=24.29%
G=40.48%
B=35.24%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1532552220.400.130160.5910080
Hex99FFDE280D0a16450
Octal231377336500150241144120
Binary1001100111111111110111101010000110101010000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99FFDE; }

 p { color: rgb(153,255,222); }

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

<style>
 a { background-color: #99FFDE; }

 a { background-color: rgb(153,255,222); }

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

<style>
 span { border-color: #99FFDE; }

 span { border-color: rgb(153,255,222); }

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