#81EFC1

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

Shades of Aquamarine #81EFC1

Tints of Aquamarine #81EFC1

Color information

#81EFC1 (or 0x81EFC1) is unknown color: approx Aquamarine. HEX triplet: 81, EF and C1. RGB value is (129,239,193). Sum of RGB (Red+Green+Blue) = 129+239+193=561 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.99% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EFC1 is #7E103E. Grayscale: #C8C8C8. Windows color (decimal): -8261695 or 12709761. OLE color: 12709761.

HSL color Cylindrical-coordinate representation of color #81EFC1: hue angle of 154.91º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EFC1 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB129239193-
CMYK0.4600.190.06
HSL154.91º77.46%72.16%-
HSV(B)154.91º46.03%93.73%-
XYZ49.5570.2561.4-
YUV200.87123.5676.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.99%
GREEN value IS 239 (93.75% from 255) = 42.60%
BLUE value IS 193 (75.78% from 255) = 34.40%
R=22.99%
G=42.60%
B=34.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1292391930.4600.190.06154.9177.4672.16
Hex81EFC12E01369b4d48
Octal201357301560236233115110
Binary1000000111101111110000011011100100111101001101110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,239,193); }

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

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

 a { background-color: rgb(129,239,193); }

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

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

 span { border-color: rgb(129,239,193); }

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