#9AFFE5

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

Shades of Aquamarine #9AFFE5

Tints of Aquamarine #9AFFE5

Color information

#9AFFE5 (or 0x9AFFE5) is unknown color: approx Aquamarine. HEX triplet: 9A, FF and E5. RGB value is (154,255,229). Sum of RGB (Red+Green+Blue) = 154+255+229=638 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.14% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFFE5 is #65001A. Grayscale: #DDDDDD. Windows color (decimal): -6619163 or 15073178. OLE color: 15073178.

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

Color convert

RGB154255229-
CMYK0.4000.100
HSL164.55º100%80.2%-
HSV(B)164.55º39.61%100%-
XYZ63.2384.0587.02-
YUV221.84132.0479.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.14%
GREEN value IS 255 (100% from 255) = 39.97%
BLUE value IS 229 (89.84% from 255) = 35.89%
R=24.14%
G=39.97%
B=35.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542552290.4000.100164.5510080.2
Hex9AFFE5280A0a56450
Octal232377345500120245144120
Binary1001101011111111111001011010000101001010010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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