#81CBA4

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

Shades of Vista Blue #81CBA4

Tints of Vista Blue #81CBA4

Color information

#81CBA4 (or 0x81CBA4) is unknown color: approx Vista Blue. HEX triplet: 81, CB and A4. RGB value is (129,203,164). Sum of RGB (Red+Green+Blue) = 129+203+164=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #81CBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CBA4 is #7E345B. Grayscale: #B0B0B0. Windows color (decimal): -8270940 or 10800001. OLE color: 10800001.

HSL color Cylindrical-coordinate representation of color #81CBA4: hue angle of 148.38º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81CBA4 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB129203164-
CMYK0.3600.190.20
HSL148.38º41.57%65.1%-
HSV(B)148.38º36.45%79.61%-
XYZ37.1150.0642.83-
YUV176.43120.9894.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.01%
GREEN value IS 203 (79.69% from 255) = 40.93%
BLUE value IS 164 (64.45% from 255) = 33.06%
R=26.01%
G=40.93%
B=33.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1292031640.3600.190.20148.3841.5765.1
Hex81CBA42401314942a41
Octal201313244440232422452101
Binary10000001110010111010010010010001001110100100101001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,203,164); }

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

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

 a { background-color: rgb(129,203,164); }

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

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

 span { border-color: rgb(129,203,164); }

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