#8CF6CB

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

Shades of Aquamarine #8CF6CB

Tints of Aquamarine #8CF6CB

Color information

#8CF6CB (or 0x8CF6CB) is unknown color: approx Aquamarine. HEX triplet: 8C, F6 and CB. RGB value is (140,246,203). Sum of RGB (Red+Green+Blue) = 140+246+203=589 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.77% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 246 - color contains mainly: green. Hex color #8CF6CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF6CB is #730934. Grayscale: #D1D1D1. Windows color (decimal): -7538997 or 13366924. OLE color: 13366924.

HSL color Cylindrical-coordinate representation of color #8CF6CB: hue angle of 155.66º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CF6CB is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB140246203-
CMYK0.4300.170.04
HSL155.66º85.48%75.69%-
HSV(B)155.66º43.09%96.47%-
XYZ54.5575.868.26-
YUV209.4124.3878.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.77%
GREEN value IS 246 (96.48% from 255) = 41.77%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=23.77%
G=41.77%
B=34.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1402462030.4300.170.04155.6685.4875.69
Hex8CF6CB2B01149c554c
Octal214366313530214234125114
Binary1000110011110110110010111010110100011001001110010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,246,203); }

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

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

 a { background-color: rgb(140,246,203); }

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

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

 span { border-color: rgb(140,246,203); }

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