#8BFCC9

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

Shades of Aquamarine #8BFCC9

Tints of Aquamarine #8BFCC9

Color information

#8BFCC9 (or 0x8BFCC9) is unknown color: approx Aquamarine. HEX triplet: 8B, FC and C9. RGB value is (139,252,201). Sum of RGB (Red+Green+Blue) = 139+252+201=592 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.48% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 252 - color contains mainly: green. Hex color #8BFCC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFCC9 is #740336. Grayscale: #D4D4D4. Windows color (decimal): -7602999 or 13237387. OLE color: 13237387.

HSL color Cylindrical-coordinate representation of color #8BFCC9: hue angle of 152.92º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFCC9 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB139252201-
CMYK0.4500.200.01
HSL152.92º94.96%76.67%-
HSV(B)152.92º44.84%98.82%-
XYZ5679.3367.62-
YUV212.4121.5675.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.48%
GREEN value IS 252 (98.83% from 255) = 42.57%
BLUE value IS 201 (78.91% from 255) = 33.95%
R=23.48%
G=42.57%
B=33.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1392522010.4500.200.01152.9294.9676.67
Hex8BFCC92D0141995f4d
Octal213374311550241231137115
Binary10001011111111001100100110110101010011001100110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,252,201); }

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

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

 a { background-color: rgb(139,252,201); }

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

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

 span { border-color: rgb(139,252,201); }

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