#8CF9CF

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

Shades of Aquamarine #8CF9CF

Tints of Aquamarine #8CF9CF

Color information

#8CF9CF (or 0x8CF9CF) is unknown color: approx Aquamarine. HEX triplet: 8C, F9 and CF. RGB value is (140,249,207). Sum of RGB (Red+Green+Blue) = 140+249+207=596 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.49% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #8CF9CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF9CF is #730630. Grayscale: #D3D3D3. Windows color (decimal): -7538225 or 13629836. OLE color: 13629836.

HSL color Cylindrical-coordinate representation of color #8CF9CF: hue angle of 156.88º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CF9CF is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB140249207-
CMYK0.4400.170.02
HSL156.88º90.08%76.27%-
HSV(B)156.88º43.78%97.65%-
XYZ55.9577.8371.11-
YUV211.62125.3976.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.49%
GREEN value IS 249 (97.66% from 255) = 41.78%
BLUE value IS 207 (81.25% from 255) = 34.73%
R=23.49%
G=41.78%
B=34.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402492070.4400.170.02156.8890.0876.27
Hex8CF9CF2C01129d5a4c
Octal214371317540212235132114
Binary100011001111100111001111101100010001101001110110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,249,207); }

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

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

 a { background-color: rgb(140,249,207); }

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

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

 span { border-color: rgb(140,249,207); }

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