#8CFAC4

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

Shades of Aquamarine #8CFAC4

Tints of Aquamarine #8CFAC4

Color information

#8CFAC4 (or 0x8CFAC4) is unknown color: approx Aquamarine. HEX triplet: 8C, FA and C4. RGB value is (140,250,196). Sum of RGB (Red+Green+Blue) = 140+250+196=586 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.89% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFAC4 is #73053B. Grayscale: #D3D3D3. Windows color (decimal): -7537980 or 12909196. OLE color: 12909196.

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

Color convert

RGB140250196-
CMYK0.4400.220.02
HSL150.55º91.67%76.47%-
HSV(B)150.55º44%98.04%-
XYZ54.9677.9364.37-
YUV210.95119.5677.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.89%
GREEN value IS 250 (98.05% from 255) = 42.66%
BLUE value IS 196 (76.95% from 255) = 33.45%
R=23.89%
G=42.66%
B=33.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402501960.4400.220.02150.5591.6776.47
Hex8CFAC42C0162975c4c
Octal214372304540262227134114
Binary100011001111101011000100101100010110101001011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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