#81D8AC

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

Shades of Vista Blue #81D8AC

Tints of Vista Blue #81D8AC

Color information

#81D8AC (or 0x81D8AC) is unknown color: approx Vista Blue. HEX triplet: 81, D8 and AC. RGB value is (129,216,172). Sum of RGB (Red+Green+Blue) = 129+216+172=517 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.95% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #81D8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D8AC is #7E2753. Grayscale: #B9B9B9. Windows color (decimal): -8267604 or 11327617. OLE color: 11327617.

HSL color Cylindrical-coordinate representation of color #81D8AC: hue angle of 149.66º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81D8AC is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB129216172-
CMYK0.4000.200.15
HSL149.66º52.73%67.65%-
HSV(B)149.66º40.28%84.71%-
XYZ41.0656.7647.82-
YUV184.97120.6888.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.95%
GREEN value IS 216 (84.77% from 255) = 41.78%
BLUE value IS 172 (67.58% from 255) = 33.27%
R=24.95%
G=41.78%
B=33.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292161720.4000.200.15149.6652.7367.65
Hex81D8AC28014F963544
Octal201330254500241722665104
Binary1000000111011000101011001010000101001111100101101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,216,172); }

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

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

 a { background-color: rgb(129,216,172); }

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

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

 span { border-color: rgb(129,216,172); }

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