#81DDAB

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

Shades of Vista Blue #81DDAB

Tints of Vista Blue #81DDAB

Color information

#81DDAB (or 0x81DDAB) is unknown color: approx Vista Blue. HEX triplet: 81, DD and AB. RGB value is (129,221,171). Sum of RGB (Red+Green+Blue) = 129+221+171=521 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.76% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #81DDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DDAB is #7E2254. Grayscale: #BBBBBB. Windows color (decimal): -8266325 or 11263361. OLE color: 11263361.

HSL color Cylindrical-coordinate representation of color #81DDAB: hue angle of 147.39º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DDAB is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB129221171-
CMYK0.4200.230.13
HSL147.39º57.5%68.63%-
HSV(B)147.39º41.63%86.67%-
XYZ42.2659.3247.75-
YUV187.79118.5286.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.76%
GREEN value IS 221 (86.72% from 255) = 42.42%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=24.76%
G=42.42%
B=32.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1292211710.4200.230.13147.3957.568.63
Hex81DDAB2A017D933a45
Octal201335253520271522372105
Binary1000000111011101101010111010100101111101100100111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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