#81F5B0

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

Shades of Vista Blue #81F5B0

Tints of Vista Blue #81F5B0

Color information

#81F5B0 (or 0x81F5B0) is unknown color: approx Vista Blue. HEX triplet: 81, F5 and B0. RGB value is (129,245,176). Sum of RGB (Red+Green+Blue) = 129+245+176=550 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.45% from 550); Green value is 245 (96.09% from 255 or 44.55% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 245 - color contains mainly: green. Hex color #81F5B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F5B0 is #7E0A4F. Grayscale: #CACACA. Windows color (decimal): -8260176 or 11597185. OLE color: 11597185.

HSL color Cylindrical-coordinate representation of color #81F5B0: hue angle of 144.31º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81F5B0 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB129245176-
CMYK0.4700.280.04
HSL144.31º85.29%73.33%-
HSV(B)144.31º47.35%96.08%-
XYZ49.5473.1152.57-
YUV202.45113.0775.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.45%
GREEN value IS 245 (96.09% from 255) = 44.55%
BLUE value IS 176 (69.14% from 255) = 32%
R=23.45%
G=44.55%
B=32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1292451760.4700.280.04144.3185.2973.33
Hex81F5B02F01C4905549
Octal201365260570344220125111
Binary1000000111110101101100001011110111001001001000010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,245,176); }

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

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

 a { background-color: rgb(129,245,176); }

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

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

 span { border-color: rgb(129,245,176); }

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