#8AFBE3

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

Shades of Aquamarine #8AFBE3

Tints of Aquamarine #8AFBE3

Color information

#8AFBE3 (or 0x8AFBE3) is unknown color: approx Aquamarine. HEX triplet: 8A, FB and E3. RGB value is (138,251,227). Sum of RGB (Red+Green+Blue) = 138+251+227=616 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.40% from 616); Green value is 251 (98.44% from 255 or 40.75% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFBE3 is #75041C. Grayscale: #D6D6D6. Windows color (decimal): -7668765 or 14941066. OLE color: 14941066.

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

Color convert

RGB138251227-
CMYK0.4500.100.02
HSL167.26º93.39%76.27%-
HSV(B)167.26º45.02%98.43%-
XYZ58.8479.9485-
YUV214.48135.0673.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.40%
GREEN value IS 251 (98.44% from 255) = 40.75%
BLUE value IS 227 (89.06% from 255) = 36.85%
R=22.40%
G=40.75%
B=36.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382512270.4500.100.02167.2693.3976.27
Hex8AFBE32D0A2a75d4c
Octal212373343550122247135114
Binary10001010111110111110001110110101010101010011110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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