#9AFFE7

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

Shades of Aquamarine #9AFFE7

Tints of Aquamarine #9AFFE7

Color information

#9AFFE7 (or 0x9AFFE7) is unknown color: approx Aquamarine. HEX triplet: 9A, FF and E7. RGB value is (154,255,231). Sum of RGB (Red+Green+Blue) = 154+255+231=640 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.06% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFFE7 is #650018. Grayscale: #DEDEDE. Windows color (decimal): -6619161 or 15204250. OLE color: 15204250.

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

Color convert

RGB154255231-
CMYK0.4000.090
HSL165.74º100%80.2%-
HSV(B)165.74º39.61%100%-
XYZ63.5184.1688.5-
YUV222.06133.0479.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.06%
GREEN value IS 255 (100% from 255) = 39.84%
BLUE value IS 231 (90.62% from 255) = 36.09%
R=24.06%
G=39.84%
B=36.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542552310.4000.090165.7410080.2
Hex9AFFE728090a66450
Octal232377347500110246144120
Binary1001101011111111111001111010000100101010011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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