#81EDCC

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

Shades of Aquamarine #81EDCC

Tints of Aquamarine #81EDCC

Color information

#81EDCC (or 0x81EDCC) is unknown color: approx Aquamarine. HEX triplet: 81, ED and CC. RGB value is (129,237,204). Sum of RGB (Red+Green+Blue) = 129+237+204=570 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.63% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #81EDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EDCC is #7E1233. Grayscale: #C8C8C8. Windows color (decimal): -8262196 or 13430145. OLE color: 13430145.

HSL color Cylindrical-coordinate representation of color #81EDCC: hue angle of 161.67º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EDCC is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB129237204-
CMYK0.4600.140.07
HSL161.67º75%71.76%-
HSV(B)161.67º45.57%92.94%-
XYZ50.2469.667.91-
YUV200.95129.7276.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.63%
GREEN value IS 237 (92.97% from 255) = 41.58%
BLUE value IS 204 (80.08% from 255) = 35.79%
R=22.63%
G=41.58%
B=35.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292372040.4600.140.07161.677571.76
Hex81EDCC2E0E7a24b48
Octal201355314560167242113110
Binary100000011110110111001100101110011101111010001010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,237,204); }

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

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

 a { background-color: rgb(129,237,204); }

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

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

 span { border-color: rgb(129,237,204); }

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