#81EDC3

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

Shades of Aquamarine #81EDC3

Tints of Aquamarine #81EDC3

Color information

#81EDC3 (or 0x81EDC3) is unknown color: approx Aquamarine. HEX triplet: 81, ED and C3. RGB value is (129,237,195). Sum of RGB (Red+Green+Blue) = 129+237+195=561 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.99% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 237 - color contains mainly: green. Hex color #81EDC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EDC3 is #7E123C. Grayscale: #C7C7C7. Windows color (decimal): -8262205 or 12840321. OLE color: 12840321.

HSL color Cylindrical-coordinate representation of color #81EDC3: hue angle of 156.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 #81EDC3 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB129237195-
CMYK0.4600.180.07
HSL156.67º75%71.76%-
HSV(B)156.67º45.57%92.94%-
XYZ49.1969.1862.39-
YUV199.92125.2277.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.99%
GREEN value IS 237 (92.97% from 255) = 42.25%
BLUE value IS 195 (76.56% from 255) = 34.76%
R=22.99%
G=42.25%
B=34.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292371950.4600.180.07156.677571.76
Hex81EDC32E01279d4b48
Octal201355303560227235113110
Binary1000000111101101110000111011100100101111001110110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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