#8AFEDF

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

Shades of Aquamarine #8AFEDF

Tints of Aquamarine #8AFEDF

Color information

#8AFEDF (or 0x8AFEDF) is unknown color: approx Aquamarine. HEX triplet: 8A, FE and DF. RGB value is (138,254,223). Sum of RGB (Red+Green+Blue) = 138+254+223=615 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.44% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFEDF is #750120. Grayscale: #D7D7D7. Windows color (decimal): -7668001 or 14679690. OLE color: 14679690.

HSL color Cylindrical-coordinate representation of color #8AFEDF: hue angle of 163.97º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFEDF is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB138254223-
CMYK0.4600.120.00
HSL163.97º98.31%76.86%-
HSV(B)163.97º45.67%99.61%-
XYZ59.2481.6182.44-
YUV215.78132.0772.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.44%
GREEN value IS 254 (99.61% from 255) = 41.30%
BLUE value IS 223 (87.5% from 255) = 36.26%
R=22.44%
G=41.30%
B=36.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1382542230.4600.120.00163.9798.3176.86
Hex8AFEDF2E0C0a4624d
Octal212376337560140244142115
Binary1000101011111110110111111011100110001010010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,254,223); }

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

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

 a { background-color: rgb(138,254,223); }

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

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

 span { border-color: rgb(138,254,223); }

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