#9AFFE4

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

Shades of Aquamarine #9AFFE4

Tints of Aquamarine #9AFFE4

Color information

#9AFFE4 (or 0x9AFFE4) is unknown color: approx Aquamarine. HEX triplet: 9A, FF and E4. RGB value is (154,255,228). Sum of RGB (Red+Green+Blue) = 154+255+228=637 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.18% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 228 (89.45% from 255 or 35.79% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFFE4 is #65001B. Grayscale: #DDDDDD. Windows color (decimal): -6619164 or 15007642. OLE color: 15007642.

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

Color convert

RGB154255228-
CMYK0.4000.110
HSL163.96º100%80.2%-
HSV(B)163.96º39.61%100%-
XYZ63.0983.9986.29-
YUV221.72131.5479.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.18%
GREEN value IS 255 (100% from 255) = 40.03%
BLUE value IS 228 (89.45% from 255) = 35.79%
R=24.18%
G=40.03%
B=35.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542552280.4000.110163.9610080.2
Hex9AFFE4280B0a46450
Octal232377344500130244144120
Binary1001101011111111111001001010000101101010010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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