#9AFDE5

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

Shades of Aquamarine #9AFDE5

Tints of Aquamarine #9AFDE5

Color information

#9AFDE5 (or 0x9AFDE5) is unknown color: approx Aquamarine. HEX triplet: 9A, FD and E5. RGB value is (154,253,229). Sum of RGB (Red+Green+Blue) = 154+253+229=636 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.21% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFDE5 is #65021A. Grayscale: #DCDCDC. Windows color (decimal): -6619675 or 15072666. OLE color: 15072666.

HSL color Cylindrical-coordinate representation of color #9AFDE5: hue angle of 165.45º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFDE5 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB154253229-
CMYK0.3900.090.01
HSL165.45º96.12%79.8%-
HSV(B)165.45º39.13%99.22%-
XYZ62.5982.7886.81-
YUV220.66132.780.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.21%
GREEN value IS 253 (99.22% from 255) = 39.78%
BLUE value IS 229 (89.84% from 255) = 36.01%
R=24.21%
G=39.78%
B=36.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542532290.3900.090.01165.4596.1279.8
Hex9AFDE527091a56050
Octal232375345470111245140120
Binary1001101011111101111001011001110100111010010111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AFDE5; }

 p { color: rgb(154,253,229); }

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

<style>
 a { background-color: #9AFDE5; }

 a { background-color: rgb(154,253,229); }

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

<style>
 span { border-color: #9AFDE5; }

 span { border-color: rgb(154,253,229); }

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