#8FF7CB

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

Shades of Aquamarine #8FF7CB

Tints of Aquamarine #8FF7CB

Color information

#8FF7CB (or 0x8FF7CB) is unknown color: approx Aquamarine. HEX triplet: 8F, F7 and CB. RGB value is (143,247,203). Sum of RGB (Red+Green+Blue) = 143+247+203=593 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.11% from 593); Green value is 247 (96.88% from 255 or 41.65% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 247 - color contains mainly: green. Hex color #8FF7CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF7CB is #700834. Grayscale: #D2D2D2. Windows color (decimal): -7342133 or 13367183. OLE color: 13367183.

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

Color convert

RGB143247203-
CMYK0.4200.180.03
HSL154.62º86.67%76.47%-
HSV(B)154.62º42.11%96.86%-
XYZ55.3776.6768.38-
YUV210.89123.5479.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.11%
GREEN value IS 247 (96.88% from 255) = 41.65%
BLUE value IS 203 (79.69% from 255) = 34.23%
R=24.11%
G=41.65%
B=34.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1432472030.4200.180.03154.6286.6776.47
Hex8FF7CB2A01239b574c
Octal217367313520223233127114
Binary100011111111011111001011101010010010111001101110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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