#81F7C6

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

Shades of Aquamarine #81F7C6

Tints of Aquamarine #81F7C6

Color information

#81F7C6 (or 0x81F7C6) is unknown color: approx Aquamarine. HEX triplet: 81, F7 and C6. RGB value is (129,247,198). Sum of RGB (Red+Green+Blue) = 129+247+198=574 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.47% from 574); Green value is 247 (96.88% from 255 or 43.03% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 247 - color contains mainly: green. Hex color #81F7C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81F7C6 is #7E0839. Grayscale: #CECECE. Windows color (decimal): -8259642 or 13039489. OLE color: 13039489.

HSL color Cylindrical-coordinate representation of color #81F7C6: hue angle of 155.08º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81F7C6 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB129247198-
CMYK0.4800.200.03
HSL155.08º88.06%73.73%-
HSV(B)155.08º47.77%96.86%-
XYZ52.5175.2765.19-
YUV206.13123.4172.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.47%
GREEN value IS 247 (96.88% from 255) = 43.03%
BLUE value IS 198 (77.73% from 255) = 34.49%
R=22.47%
G=43.03%
B=34.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1292471980.4800.200.03155.0888.0673.73
Hex81F7C63001439b584a
Octal201367306600243233130112
Binary100000011111011111000110110000010100111001101110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81F7C6; }

 p { color: rgb(129,247,198); }

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

<style>
 a { background-color: #81F7C6; }

 a { background-color: rgb(129,247,198); }

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

<style>
 span { border-color: #81F7C6; }

 span { border-color: rgb(129,247,198); }

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