#8CFAB8

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

Shades of Aquamarine #8CFAB8

Tints of Aquamarine #8CFAB8

Color information

#8CFAB8 (or 0x8CFAB8) is unknown color: approx Aquamarine. HEX triplet: 8C, FA and B8. RGB value is (140,250,184). Sum of RGB (Red+Green+Blue) = 140+250+184=574 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.39% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 184 (72.27% from 255 or 32.06% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFAB8 is #730547. Grayscale: #D1D1D1. Windows color (decimal): -7537992 or 12122764. OLE color: 12122764.

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

Color convert

RGB140250184-
CMYK0.4400.260.02
HSL144º91.67%76.47%-
HSV(B)144º44%98.04%-
XYZ53.6577.4157.46-
YUV209.59113.5678.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.39%
GREEN value IS 250 (98.05% from 255) = 43.55%
BLUE value IS 184 (72.27% from 255) = 32.06%
R=24.39%
G=43.55%
B=32.06%

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
Decimal1402501840.4400.260.0214491.6776.47
Hex8CFAB82C01A2905c4c
Octal214372270540322220134114
Binary100011001111101010111000101100011010101001000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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