#8AFBEA

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

Shades of Aquamarine #8AFBEA

Tints of Aquamarine #8AFBEA

Color information

#8AFBEA (or 0x8AFBEA) is unknown color: approx Aquamarine. HEX triplet: 8A, FB and EA. RGB value is (138,251,234). Sum of RGB (Red+Green+Blue) = 138+251+234=623 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.15% from 623); Green value is 251 (98.44% from 255 or 40.29% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFBEA is #750415. Grayscale: #D7D7D7. Windows color (decimal): -7668758 or 15399818. OLE color: 15399818.

HSL color Cylindrical-coordinate representation of color #8AFBEA: hue angle of 170.97º degrees, saturation: 0.93, 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 #8AFBEA is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB138251234-
CMYK0.4500.070.02
HSL170.97º93.39%76.27%-
HSV(B)170.97º45.02%98.43%-
XYZ59.8380.3490.2-
YUV215.27138.5672.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.15%
GREEN value IS 251 (98.44% from 255) = 40.29%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=22.15%
G=40.29%
B=37.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382512340.4500.070.02170.9793.3976.27
Hex8AFBEA2D072ab5d4c
Octal21237335255072253135114
Binary1000101011111011111010101011010111101010101110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,251,234); }

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

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

 a { background-color: rgb(138,251,234); }

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

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

 span { border-color: rgb(138,251,234); }

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