#92C9AD

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

Shades of Vista Blue #92C9AD

Tints of Vista Blue #92C9AD

Color information

#92C9AD (or 0x92C9AD) is unknown color: approx Vista Blue. HEX triplet: 92, C9 and AD. RGB value is (146,201,173). Sum of RGB (Red+Green+Blue) = 146+201+173=520 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.08% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 201 - color contains mainly: green. Hex color #92C9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C9AD is #6D3652. Grayscale: #B5B5B5. Windows color (decimal): -7157331 or 11389330. OLE color: 11389330.

HSL color Cylindrical-coordinate representation of color #92C9AD: hue angle of 149.45º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92C9AD is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB146201173-
CMYK0.2700.140.21
HSL149.45º33.74%68.04%-
HSV(B)149.45º27.36%78.82%-
XYZ40.2850.947.24-
YUV181.36123.28102.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.08%
GREEN value IS 201 (78.91% from 255) = 38.65%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=28.08%
G=38.65%
B=33.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1462011730.2700.140.21149.4533.7468.04
Hex92C9AD1B0E15952244
Octal222311255330162522542104
Binary100100101100100110101101110110111010101100101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92C9AD; }

 p { color: rgb(146,201,173); }

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

<style>
 a { background-color: #92C9AD; }

 a { background-color: rgb(146,201,173); }

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

<style>
 span { border-color: #92C9AD; }

 span { border-color: rgb(146,201,173); }

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