#8AFBE0

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

Shades of Aquamarine #8AFBE0

Tints of Aquamarine #8AFBE0

Color information

#8AFBE0 (or 0x8AFBE0) is unknown color: approx Aquamarine. HEX triplet: 8A, FB and E0. RGB value is (138,251,224). Sum of RGB (Red+Green+Blue) = 138+251+224=613 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.51% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFBE0 is #75041F. Grayscale: #D6D6D6. Windows color (decimal): -7668768 or 14744458. OLE color: 14744458.

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

Color convert

RGB138251224-
CMYK0.4500.110.02
HSL165.66º93.39%76.27%-
HSV(B)165.66º45.02%98.43%-
XYZ58.4379.7882.84-
YUV214.14133.5673.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.51%
GREEN value IS 251 (98.44% from 255) = 40.95%
BLUE value IS 224 (87.89% from 255) = 36.54%
R=22.51%
G=40.95%
B=36.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382512240.4500.110.02165.6693.3976.27
Hex8AFBE02D0B2a65d4c
Octal212373340550132246135114
Binary10001010111110111110000010110101011101010011010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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