#9AFFE6

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

Shades of Aquamarine #9AFFE6

Tints of Aquamarine #9AFFE6

Color information

#9AFFE6 (or 0x9AFFE6) is unknown color: approx Aquamarine. HEX triplet: 9A, FF and E6. RGB value is (154,255,230). Sum of RGB (Red+Green+Blue) = 154+255+230=639 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.10% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFFE6 is #650019. Grayscale: #DDDDDD. Windows color (decimal): -6619162 or 15138714. OLE color: 15138714.

HSL color Cylindrical-coordinate representation of color #9AFFE6: hue angle of 165.15º 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 #9AFFE6 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB154255230-
CMYK0.4000.100
HSL165.15º100%80.2%-
HSV(B)165.15º39.61%100%-
XYZ63.3784.187.76-
YUV221.95132.5479.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.10%
GREEN value IS 255 (100% from 255) = 39.91%
BLUE value IS 230 (90.23% from 255) = 35.99%
R=24.10%
G=39.91%
B=35.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542552300.4000.100165.1510080.2
Hex9AFFE6280A0a56450
Octal232377346500120245144120
Binary1001101011111111111001101010000101001010010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,255,230); }

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

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

 a { background-color: rgb(154,255,230); }

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

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

 span { border-color: rgb(154,255,230); }

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