Html Css Color HEX #81EEDD Aquamarine

📋 copy color: '#81EEDD'

red 129 ◦ green 238 ◦ blue 221

#81EEDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #81EEDD

Tints of Aquamarine #81EEDD

RGB

 RED value IS 129 (50.78% from 255) = 21.94%

 GREEN value IS 238 (93.36% from 255) = 40.48%

 BLUE value IS 221 (86.72% from 255) = 37.59%

R = 21.94%
G = 40.48%
B = 37.59%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#81EEDD (or 0x81EEDD) is known color: Aquamarine. HEX triplet: 81, EE and DD. RGB value is (129,238,221). Sum of RGB (Red+Green+Blue) = 129+238+221=588 (77% of max value = 765). Red value is 129 (50.78% from 255 or 21.94% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 238 - color contains mainly: green. Hex color #81EEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EEDD is #7E1122. Grayscale: #CBCBCB. Windows color (decimal): -8261923 or 14544513. OLE color: 14544513.

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

Color convert

RGB 129 238 221 -
CMYK 0.46 0 0.07 0.07
HSL 170.64º 0.76% 0.72% -
HSV(B) 170.64º 0.46% 0.93% -
XYZ 52.68 71.04 79.34 -
YUV 203.47 137.89 74.88 -
System Red Green Blue C M Y K H S L
Decimal 129 238 221 0.46 0 0.07 0.07 170.64 0.76 0.72
Hex 81 EE DD 2E 0 7 7 AB 4C 48
Octal 201 356 335 56 0 7 7 253 114 110
Binary 10000001 11101110 11011101 101110 0 111 111 10101011 1001100 1001000

Color Harmonies of #81EEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81EEDD

Black with #81EEDD

Text Example


Text Example

White with #81EEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,238,221); }

 H1.HeaderClassName
 {
   color: #81EEDD;
 }
 .AnyTagClassName
 {
   color: #81EEDD;
 }
</style>

background-color css

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

 a { background-color: rgb(129,238,221); }

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

border-color css

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

 span { border-color: rgb(129,238,221); }

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