#8FFCCF

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

Shades of Aquamarine #8FFCCF

Tints of Aquamarine #8FFCCF

Color information

#8FFCCF (or 0x8FFCCF) is unknown color: approx Aquamarine. HEX triplet: 8F, FC and CF. RGB value is (143,252,207). Sum of RGB (Red+Green+Blue) = 143+252+207=602 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.75% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFCCF is #700330. Grayscale: #D6D6D6. Windows color (decimal): -7340849 or 13630607. OLE color: 13630607.

HSL color Cylindrical-coordinate representation of color #8FFCCF: hue angle of 155.23º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFCCF is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB143252207-
CMYK0.4300.180.01
HSL155.23º94.78%77.45%-
HSV(B)155.23º43.25%98.82%-
XYZ57.479.9771.44-
YUV214.28123.8977.16-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.75%
GREEN value IS 252 (98.83% from 255) = 41.86%
BLUE value IS 207 (81.25% from 255) = 34.39%
R=23.75%
G=41.86%
B=34.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1432522070.4300.180.01155.2394.7877.45
Hex8FFCCF2B01219b5f4d
Octal217374317530221233137115
Binary10001111111111001100111110101101001011001101110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,252,207); }

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

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

 a { background-color: rgb(143,252,207); }

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

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

 span { border-color: rgb(143,252,207); }

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