#8BF8CB

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

Shades of Aquamarine #8BF8CB

Tints of Aquamarine #8BF8CB

Color information

#8BF8CB (or 0x8BF8CB) is unknown color: approx Aquamarine. HEX triplet: 8B, F8 and CB. RGB value is (139,248,203). Sum of RGB (Red+Green+Blue) = 139+248+203=590 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.56% from 590); Green value is 248 (97.27% from 255 or 42.03% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 248 - color contains mainly: green. Hex color #8BF8CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF8CB is #740734. Grayscale: #D2D2D2. Windows color (decimal): -7604021 or 13367435. OLE color: 13367435.

HSL color Cylindrical-coordinate representation of color #8BF8CB: hue angle of 155.23º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BF8CB is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB139248203-
CMYK0.4400.180.03
HSL155.23º88.62%75.88%-
HSV(B)155.23º43.95%97.25%-
XYZ54.9976.9468.45-
YUV210.28123.8977.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.56%
GREEN value IS 248 (97.27% from 255) = 42.03%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=23.56%
G=42.03%
B=34.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1392482030.4400.180.03155.2388.6275.88
Hex8BF8CB2C01239b594c
Octal213370313540223233131114
Binary100010111111100011001011101100010010111001101110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,248,203); }

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

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

 a { background-color: rgb(139,248,203); }

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

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

 span { border-color: rgb(139,248,203); }

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