#8AFECF

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

Shades of Aquamarine #8AFECF

Tints of Aquamarine #8AFECF

Color information

#8AFECF (or 0x8AFECF) is unknown color: approx Aquamarine. HEX triplet: 8A, FE and CF. RGB value is (138,254,207). Sum of RGB (Red+Green+Blue) = 138+254+207=599 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.04% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFECF is #750130. Grayscale: #D6D6D6. Windows color (decimal): -7668017 or 13631114. OLE color: 13631114.

HSL color Cylindrical-coordinate representation of color #8AFECF: hue angle of 155.69º 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 #8AFECF is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB138254207-
CMYK0.4600.190.00
HSL155.69º98.31%76.86%-
HSV(B)155.69º45.67%99.61%-
XYZ57.1980.7971.61-
YUV213.96124.0773.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.04%
GREEN value IS 254 (99.61% from 255) = 42.40%
BLUE value IS 207 (81.25% from 255) = 34.56%
R=23.04%
G=42.40%
B=34.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1382542070.4600.190.00155.6998.3176.86
Hex8AFECF2E01309c624d
Octal212376317560230234142115
Binary10001010111111101100111110111001001101001110011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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