#8CFFC2

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

Shades of Aquamarine #8CFFC2

Tints of Aquamarine #8CFFC2

Color information

#8CFFC2 (or 0x8CFFC2) is unknown color: approx Aquamarine. HEX triplet: 8C, FF and C2. RGB value is (140,255,194). Sum of RGB (Red+Green+Blue) = 140+255+194=589 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.77% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFFC2 is #73003D. Grayscale: #D5D5D5. Windows color (decimal): -7536702 or 12779404. OLE color: 12779404.

HSL color Cylindrical-coordinate representation of color #8CFFC2: hue angle of 148.17º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFFC2 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB140255194-
CMYK0.4500.240
HSL148.17º100%77.45%-
HSV(B)148.17º45.1%100%-
XYZ56.3180.9963.7-
YUV213.66116.975.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.77%
GREEN value IS 255 (100% from 255) = 43.29%
BLUE value IS 194 (76.17% from 255) = 32.94%
R=23.77%
G=43.29%
B=32.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1402551940.4500.240148.1710077.45
Hex8CFFC22D018094644d
Octal214377302550300224144115
Binary10001100111111111100001010110101100001001010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,255,194); }

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

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

 a { background-color: rgb(140,255,194); }

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

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

 span { border-color: rgb(140,255,194); }

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