#81EFC9

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

Shades of Aquamarine #81EFC9

Tints of Aquamarine #81EFC9

Color information

#81EFC9 (or 0x81EFC9) is unknown color: approx Aquamarine. HEX triplet: 81, EF and C9. RGB value is (129,239,201). Sum of RGB (Red+Green+Blue) = 129+239+201=569 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.67% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EFC9 is #7E1036. Grayscale: #C9C9C9. Windows color (decimal): -8261687 or 13234049. OLE color: 13234049.

HSL color Cylindrical-coordinate representation of color #81EFC9: hue angle of 159.27º 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 #81EFC9 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB129239201-
CMYK0.4600.160.06
HSL159.27º77.46%72.16%-
HSV(B)159.27º46.03%93.73%-
XYZ50.4670.6266.23-
YUV201.78127.5676.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.67%
GREEN value IS 239 (93.75% from 255) = 42.00%
BLUE value IS 201 (78.91% from 255) = 35.33%
R=22.67%
G=42.00%
B=35.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1292392010.4600.160.06159.2777.4672.16
Hex81EFC92E01069f4d48
Octal201357311560206237115110
Binary1000000111101111110010011011100100001101001111110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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