#8FFFCB

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

Shades of Aquamarine #8FFFCB

Tints of Aquamarine #8FFFCB

Color information

#8FFFCB (or 0x8FFFCB) is unknown color: approx Aquamarine. HEX triplet: 8F, FF and CB. RGB value is (143,255,203). Sum of RGB (Red+Green+Blue) = 143+255+203=601 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.79% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFFCB is #700034. Grayscale: #D7D7D7. Windows color (decimal): -7340085 or 13369231. OLE color: 13369231.

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

Color convert

RGB143255203-
CMYK0.4400.200
HSL152.14º100%78.04%-
HSV(B)152.14º43.92%100%-
XYZ57.8781.6769.21-
YUV215.58120.8976.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.79%
GREEN value IS 255 (100% from 255) = 42.43%
BLUE value IS 203 (79.69% from 255) = 33.78%
R=23.79%
G=42.43%
B=33.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1432552030.4400.200152.1410078.04
Hex8FFFCB2C014098644e
Octal217377313540240230144116
Binary10001111111111111100101110110001010001001100011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,255,203); }

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

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

 a { background-color: rgb(143,255,203); }

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

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

 span { border-color: rgb(143,255,203); }

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