#8BF9C6

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

Shades of Aquamarine #8BF9C6

Tints of Aquamarine #8BF9C6

Color information

#8BF9C6 (or 0x8BF9C6) is unknown color: approx Aquamarine. HEX triplet: 8B, F9 and C6. RGB value is (139,249,198). Sum of RGB (Red+Green+Blue) = 139+249+198=586 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.72% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #8BF9C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF9C6 is #740639. Grayscale: #D2D2D2. Windows color (decimal): -7603770 or 13040011. OLE color: 13040011.

HSL color Cylindrical-coordinate representation of color #8BF9C6: hue angle of 152.18º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BF9C6 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB139249198-
CMYK0.4400.200.02
HSL152.18º90.16%76.08%-
HSV(B)152.18º44.18%97.65%-
XYZ54.7277.3265.47-
YUV210.3121.0677.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.72%
GREEN value IS 249 (97.66% from 255) = 42.49%
BLUE value IS 198 (77.73% from 255) = 33.79%
R=23.72%
G=42.49%
B=33.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392491980.4400.200.02152.1890.1676.08
Hex8BF9C62C0142985a4c
Octal213371306540242230132114
Binary100010111111100111000110101100010100101001100010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,249,198); }

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

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

 a { background-color: rgb(139,249,198); }

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

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

 span { border-color: rgb(139,249,198); }

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