#8CF3CB

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

Shades of Aquamarine #8CF3CB

Tints of Aquamarine #8CF3CB

Color information

#8CF3CB (or 0x8CF3CB) is unknown color: approx Aquamarine. HEX triplet: 8C, F3 and CB. RGB value is (140,243,203). Sum of RGB (Red+Green+Blue) = 140+243+203=586 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.89% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 243 - color contains mainly: green. Hex color #8CF3CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF3CB is #730C34. Grayscale: #CFCFCF. Windows color (decimal): -7539765 or 13366156. OLE color: 13366156.

HSL color Cylindrical-coordinate representation of color #8CF3CB: hue angle of 156.7º degrees, saturation: 0.81, 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 #8CF3CB is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB140243203-
CMYK0.4200.160.05
HSL156.7º81.1%75.1%-
HSV(B)156.7º42.39%95.29%-
XYZ53.6573.9967.95-
YUV207.64125.3879.75-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.89%
GREEN value IS 243 (95.31% from 255) = 41.47%
BLUE value IS 203 (79.69% from 255) = 34.64%
R=23.89%
G=41.47%
B=34.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1402432030.4200.160.05156.781.175.1
Hex8CF3CB2A01059d514b
Octal214363313520205235121113
Binary1000110011110011110010111010100100001011001110110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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