#92D8AD

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

Shades of Vista Blue #92D8AD

Tints of Vista Blue #92D8AD

Color information

#92D8AD (or 0x92D8AD) is unknown color: approx Vista Blue. HEX triplet: 92, D8 and AD. RGB value is (146,216,173). Sum of RGB (Red+Green+Blue) = 146+216+173=535 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.29% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #92D8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D8AD is #6D2752. Grayscale: #BEBEBE. Windows color (decimal): -7153491 or 11393170. OLE color: 11393170.

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

Color convert

RGB146216173-
CMYK0.3200.200.15
HSL143.14º47.3%70.98%-
HSV(B)143.14º32.41%84.71%-
XYZ43.9558.2448.46-
YUV190.17118.3196.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.29%
GREEN value IS 216 (84.77% from 255) = 40.37%
BLUE value IS 173 (67.97% from 255) = 32.34%
R=27.29%
G=40.37%
B=32.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1462161730.3200.200.15143.1447.370.98
Hex92D8AD20014F8f2f47
Octal222330255400241721757107
Binary1001001011011000101011011000000101001111100011111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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