#8CF2CF

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

Shades of Aquamarine #8CF2CF

Tints of Aquamarine #8CF2CF

Color information

#8CF2CF (or 0x8CF2CF) is unknown color: approx Aquamarine. HEX triplet: 8C, F2 and CF. RGB value is (140,242,207). Sum of RGB (Red+Green+Blue) = 140+242+207=589 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.77% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF2CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF2CF is #730D30. Grayscale: #CFCFCF. Windows color (decimal): -7540017 or 13628044. OLE color: 13628044.

HSL color Cylindrical-coordinate representation of color #8CF2CF: hue angle of 159.41º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CF2CF is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB140242207-
CMYK0.4200.140.05
HSL159.41º79.69%74.9%-
HSV(B)159.41º42.15%94.9%-
XYZ53.8373.5870.4-
YUV207.51127.7179.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.77%
GREEN value IS 242 (94.92% from 255) = 41.09%
BLUE value IS 207 (81.25% from 255) = 35.14%
R=23.77%
G=41.09%
B=35.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1402422070.4200.140.05159.4179.6974.9
Hex8CF2CF2A0E59f504b
Octal214362317520165237120113
Binary100011001111001011001111101010011101011001111110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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