#8CF6CC

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

Shades of Aquamarine #8CF6CC

Tints of Aquamarine #8CF6CC

Color information

#8CF6CC (or 0x8CF6CC) is unknown color: approx Aquamarine. HEX triplet: 8C, F6 and CC. RGB value is (140,246,204). Sum of RGB (Red+Green+Blue) = 140+246+204=590 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.73% from 590); Green value is 246 (96.48% from 255 or 41.69% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 246 - color contains mainly: green. Hex color #8CF6CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF6CC is #730933. Grayscale: #D1D1D1. Windows color (decimal): -7538996 or 13432460. OLE color: 13432460.

HSL color Cylindrical-coordinate representation of color #8CF6CC: hue angle of 156.23º 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 #8CF6CC is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB140246204-
CMYK0.4300.170.04
HSL156.23º85.48%75.69%-
HSV(B)156.23º43.09%96.47%-
XYZ54.6775.8568.89-
YUV209.52124.8878.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.73%
GREEN value IS 246 (96.48% from 255) = 41.69%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=23.73%
G=41.69%
B=34.58%

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
Decimal1402462040.4300.170.04156.2385.4875.69
Hex8CF6CC2B01149c554c
Octal214366314530214234125114
Binary1000110011110110110011001010110100011001001110010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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