#81EDCA

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

Shades of Aquamarine #81EDCA

Tints of Aquamarine #81EDCA

Color information

#81EDCA (or 0x81EDCA) is unknown color: approx Aquamarine. HEX triplet: 81, ED and CA. RGB value is (129,237,202). Sum of RGB (Red+Green+Blue) = 129+237+202=568 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.71% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #81EDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EDCA is #7E1235. Grayscale: #C8C8C8. Windows color (decimal): -8262198 or 13299073. OLE color: 13299073.

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

Color convert

RGB129237202-
CMYK0.4600.150.07
HSL160.56º75%71.76%-
HSV(B)160.56º45.57%92.94%-
XYZ5069.566.66-
YUV200.72128.7276.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.71%
GREEN value IS 237 (92.97% from 255) = 41.73%
BLUE value IS 202 (79.30% from 255) = 35.56%
R=22.71%
G=41.73%
B=35.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292372020.4600.150.07160.567571.76
Hex81EDCA2E0F7a14b48
Octal201355312560177241113110
Binary100000011110110111001010101110011111111010000110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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