#9AFDE4

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

Shades of Aquamarine #9AFDE4

Tints of Aquamarine #9AFDE4

Color information

#9AFDE4 (or 0x9AFDE4) is unknown color: approx Aquamarine. HEX triplet: 9A, FD and E4. RGB value is (154,253,228). Sum of RGB (Red+Green+Blue) = 154+253+228=635 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.25% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 228 (89.45% from 255 or 35.91% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFDE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFDE4 is #65021B. Grayscale: #DCDCDC. Windows color (decimal): -6619676 or 15007130. OLE color: 15007130.

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

Color convert

RGB154253228-
CMYK0.3900.100.01
HSL164.85º96.12%79.8%-
HSV(B)164.85º39.13%99.22%-
XYZ62.4682.7286.07-
YUV220.55132.280.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.25%
GREEN value IS 253 (99.22% from 255) = 39.84%
BLUE value IS 228 (89.45% from 255) = 35.91%
R=24.25%
G=39.84%
B=35.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542532280.3900.100.01164.8596.1279.8
Hex9AFDE4270A1a56050
Octal232375344470121245140120
Binary1001101011111101111001001001110101011010010111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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