#92D9AA

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

Shades of Vista Blue #92D9AA

Tints of Vista Blue #92D9AA

Color information

#92D9AA (or 0x92D9AA) is unknown color: approx Vista Blue. HEX triplet: 92, D9 and AA. RGB value is (146,217,170). Sum of RGB (Red+Green+Blue) = 146+217+170=533 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.39% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #92D9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D9AA is #6D2655. Grayscale: #BEBEBE. Windows color (decimal): -7153238 or 11196818. OLE color: 11196818.

HSL color Cylindrical-coordinate representation of color #92D9AA: hue angle of 140.28º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92D9AA is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB146217170-
CMYK0.3300.220.15
HSL140.28º48.3%71.18%-
HSV(B)140.28º32.72%85.1%-
XYZ43.9258.6447.03-
YUV190.41116.4896.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.39%
GREEN value IS 217 (85.16% from 255) = 40.71%
BLUE value IS 170 (66.80% from 255) = 31.89%
R=27.39%
G=40.71%
B=31.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1462171700.3300.220.15140.2848.371.18
Hex92D9AA21016F8c3047
Octal222331252410261721460107
Binary1001001011011001101010101000010101101111100011001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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