#8DF8CB

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

Shades of Aquamarine #8DF8CB

Tints of Aquamarine #8DF8CB

Color information

#8DF8CB (or 0x8DF8CB) is unknown color: approx Aquamarine. HEX triplet: 8D, F8 and CB. RGB value is (141,248,203). Sum of RGB (Red+Green+Blue) = 141+248+203=592 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.82% from 592); Green value is 248 (97.27% from 255 or 41.89% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 248 - color contains mainly: green. Hex color #8DF8CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF8CB is #720734. Grayscale: #D2D2D2. Windows color (decimal): -7472949 or 13367437. OLE color: 13367437.

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

Color convert

RGB141248203-
CMYK0.4300.180.03
HSL154.77º88.43%76.27%-
HSV(B)154.77º43.15%97.25%-
XYZ55.3377.1168.47-
YUV210.88123.5578.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.82%
GREEN value IS 248 (97.27% from 255) = 41.89%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=23.82%
G=41.89%
B=34.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1412482030.4300.180.03154.7788.4376.27
Hex8DF8CB2B01239b584c
Octal215370313530223233130114
Binary100011011111100011001011101011010010111001101110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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