Html Css Color HEX #81EFB9 Aquamarine

📋 copy color: '#81EFB9'

red 129 ◦ green 239 ◦ blue 185

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

Shades of Aquamarine #81EFB9

Tints of Aquamarine #81EFB9

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.22%

 BLUE value IS 185 (72.66% from 255) = 33.45%

R = 23.33%
G = 43.22%
B = 33.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#81EFB9 (or 0x81EFB9) is known color: Aquamarine. HEX triplet: 81, EF and B9. RGB value is (129,239,185). Sum of RGB (Red+Green+Blue) = 129+239+185=553 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.33% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81EFB9 is #7E1046. Grayscale: #C8C8C8. Windows color (decimal): -8261703 or 12185473. OLE color: 12185473.

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

Color convert

RGB 129 239 185 -
CMYK 0.46 0 0.23 0.06
HSL 150.55º 0.77% 0.72% -
HSV(B) 150.55º 0.46% 0.94% -
XYZ 48.68 69.9 56.83 -
YUV 199.95 119.56 77.39 -
System Red Green Blue C M Y K H S L
Decimal 129 239 185 0.46 0 0.23 0.06 150.55 0.77 0.72
Hex 81 EF B9 2E 0 17 6 97 4D 48
Octal 201 357 271 56 0 27 6 227 115 110
Binary 10000001 11101111 10111001 101110 0 10111 110 10010111 1001101 1001000

Color Harmonies of #81EFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81EFB9

Black with #81EFB9

Text Example


Text Example

White with #81EFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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