#92C7AA

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

Shades of Vista Blue #92C7AA

Tints of Vista Blue #92C7AA

Color information

#92C7AA (or 0x92C7AA) is unknown color: approx Vista Blue. HEX triplet: 92, C7 and AA. RGB value is (146,199,170). Sum of RGB (Red+Green+Blue) = 146+199+170=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 199 - color contains mainly: green. Hex color #92C7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C7AA is #6D3855. Grayscale: #B3B3B3. Windows color (decimal): -7157846 or 11192210. OLE color: 11192210.

HSL color Cylindrical-coordinate representation of color #92C7AA: hue angle of 147.17º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92C7AA is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB146199170-
CMYK0.2700.150.22
HSL147.17º32.12%67.65%-
HSV(B)147.17º26.63%78.04%-
XYZ39.5349.8645.57-
YUV179.85122.44103.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.35%
GREEN value IS 199 (78.12% from 255) = 38.64%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=28.35%
G=38.64%
B=33.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1461991700.2700.150.22147.1732.1267.65
Hex92C7AA1B0F16932044
Octal222307252330172622340104
Binary100100101100011110101010110110111110110100100111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,199,170); }

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

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

 a { background-color: rgb(146,199,170); }

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

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

 span { border-color: rgb(146,199,170); }

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