#8CFABA

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

Shades of Aquamarine #8CFABA

Tints of Aquamarine #8CFABA

Color information

#8CFABA (or 0x8CFABA) is unknown color: approx Aquamarine. HEX triplet: 8C, FA and BA. RGB value is (140,250,186). Sum of RGB (Red+Green+Blue) = 140+250+186=576 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.31% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFABA is #730545. Grayscale: #D1D1D1. Windows color (decimal): -7537990 or 12253836. OLE color: 12253836.

HSL color Cylindrical-coordinate representation of color #8CFABA: hue angle of 145.09º degrees, saturation: 0.92, 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 #8CFABA is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB140250186-
CMYK0.4400.260.02
HSL145.09º91.67%76.47%-
HSV(B)145.09º44%98.04%-
XYZ53.8677.4958.57-
YUV209.81114.5678.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.31%
GREEN value IS 250 (98.05% from 255) = 43.40%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=24.31%
G=43.40%
B=32.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402501860.4400.260.02145.0991.6776.47
Hex8CFABA2C01A2915c4c
Octal214372272540322221134114
Binary100011001111101010111010101100011010101001000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,250,186); }

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

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

 a { background-color: rgb(140,250,186); }

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

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

 span { border-color: rgb(140,250,186); }

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