#92C4A9

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

Shades of Vista Blue #92C4A9

Tints of Vista Blue #92C4A9

Color information

#92C4A9 (or 0x92C4A9) is unknown color: approx Vista Blue. HEX triplet: 92, C4 and A9. RGB value is (146,196,169). Sum of RGB (Red+Green+Blue) = 146+196+169=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 169 (66.41% from 255 or 33.07% from 511); Max value from RGB is 196 - color contains mainly: green. Hex color #92C4A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C4A9 is #6D3B56. Grayscale: #B2B2B2. Windows color (decimal): -7158615 or 11125906. OLE color: 11125906.

HSL color Cylindrical-coordinate representation of color #92C4A9: hue angle of 147.6º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92C4A9 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB146196169-
CMYK0.2600.140.23
HSL147.6º29.76%67.06%-
HSV(B)147.6º25.51%76.86%-
XYZ38.7648.4644.85-
YUV177.97122.94105.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.57%
GREEN value IS 196 (76.95% from 255) = 38.36%
BLUE value IS 169 (66.41% from 255) = 33.07%
R=28.57%
G=38.36%
B=33.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1461961690.2600.140.23147.629.7667.06
Hex92C4A91A0E17941e43
Octal222304251320162722436103
Binary10010010110001001010100111010011101011110010100111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,196,169); }

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

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

 a { background-color: rgb(146,196,169); }

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

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

 span { border-color: rgb(146,196,169); }

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