#8AFAD4

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

Shades of Aquamarine #8AFAD4

Tints of Aquamarine #8AFAD4

Color information

#8AFAD4 (or 0x8AFAD4) is unknown color: approx Aquamarine. HEX triplet: 8A, FA and D4. RGB value is (138,250,212). Sum of RGB (Red+Green+Blue) = 138+250+212=600 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 212 (83.20% from 255 or 35.33% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFAD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFAD4 is #75052B. Grayscale: #D4D4D4. Windows color (decimal): -7669036 or 13957770. OLE color: 13957770.

HSL color Cylindrical-coordinate representation of color #8AFAD4: hue angle of 159.64º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFAD4 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB138250212-
CMYK0.4500.150.02
HSL159.64º91.8%76.08%-
HSV(B)159.64º44.8%98.04%-
XYZ56.5578.5374.46-
YUV212.18127.8975.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23%
GREEN value IS 250 (98.05% from 255) = 41.67%
BLUE value IS 212 (83.20% from 255) = 35.33%
R=23%
G=41.67%
B=35.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382502120.4500.150.02159.6491.876.08
Hex8AFAD42D0F2a05c4c
Octal212372324550172240134114
Binary10001010111110101101010010110101111101010000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AFAD4; }

 p { color: rgb(138,250,212); }

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

<style>
 a { background-color: #8AFAD4; }

 a { background-color: rgb(138,250,212); }

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

<style>
 span { border-color: #8AFAD4; }

 span { border-color: rgb(138,250,212); }

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